-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I suppose that the paging stop incrementing when result become empty.
But with API that still send first page, event sending "pagingIndex=123...", the paging increment never stop (until server api drop for exceeding quota).
{ "content": "{\"totalCount\": 1, \"pageIndex\": 0, \"limit\": 50, \"isLastPage\": true, \"results\": .... }
Would it be possible to create parameter for "totalCount" or "isLastPage" key to check ?
Metadata
Metadata
Assignees
Labels
No labels