Skip to content

Commit

Permalink
Update docs/website/docs/general-usage/http/rest-client.md
Browse files Browse the repository at this point in the history
Co-authored-by: Violetta Mishechkina <[email protected]>
  • Loading branch information
sh-rp and VioletM authored Sep 20, 2024
1 parent a3f04e9 commit 864f8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/http/rest-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ client = RESTClient(

You can disable automatic stoppage of pagination by setting `stop_after_empty_page = False`. In this case, you must provide either `total_path` or `maximum_offset` to guarantee that the paginator terminates.

#### Page number paginator
#### PageNumberPaginator

`PageNumberPaginator` works by incrementing the page number for each request.

Expand Down

0 comments on commit 864f8be

Please sign in to comment.