Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
roslovets authored and actions-user committed Apr 5, 2022
1 parent 2aebf7a commit 197e791
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/strapi_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

---

<a href="../strapi_client/strapi_client.py#L94"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
<a href="../strapi_client/strapi_client.py#L124"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>

## <kbd>function</kbd> `process_response`

Expand Down Expand Up @@ -67,15 +67,17 @@ get_entries(
populate: Optional[List[str]] = None,
fields: Optional[List[str]] = None,
pagination: Optional[dict] = None,
publication_state: Optional[str] = None
publication_state: Optional[str] = None,
get_all: bool = False,
batch_size: int = 100
) → dict
```

Get list of entries.
Get list of entries. Optionally can operate in batch mode to get all entities automatically.

---

<a href="../strapi_client/strapi_client.py#L69"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
<a href="../strapi_client/strapi_client.py#L87"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>

### <kbd>method</kbd> `update_entry`

Expand Down

0 comments on commit 197e791

Please sign in to comment.