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 17e52df commit 05dce2c
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 @@ -169,7 +169,7 @@ This paginator handles pagination based on a link to the next page in the respon

Note: Normally, you don't need to specify this paginator explicitly, as it is used automatically when the API returns a `Link` header. On rare occasions, you may need to specify the paginator when the API uses a different relation type.

#### Offset paginator
#### OffsetPaginator

`OffsetPaginator` handles pagination based on an offset and limit in the query parameters.

Expand Down

0 comments on commit 05dce2c

Please sign in to comment.