Skip to content

Commit 4a65509

Browse files
authored
Merge pull request #1 from jeanremy/getEntryCount-method-doc
Add getEntryCount method to doc
2 parents a6c549e + 9921cd2 commit 4a65509

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ const files = await strapi.upload(form, {
8585
### `clearToken(token)`
8686
### `getEntries(contentTypePluralized, params)`
8787
### `getEntry(contentTypePluralized, id)`
88+
### `getEntryCount(contentTypePluralized, params)`
8889
### `createEntry(contentTypePluralized, data)`
8990
### `updateEntry(contentTypePluralized, id, data)`
9091
### `deleteEntry(contentTypePluralized, id)`

0 commit comments

Comments
 (0)