File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ project:
6767- Familiar user experience with IBM Cloud SDKs.
6868- Flexibility to use either built-in models or byte-based requests and responses for documents.
6969- Built-in [ Changes feed follower] ( https://github.com/IBM/cloudant-python-sdk/tree/v0.11.3/docs/Changes_Follower.md )
70- - Built-in [ Pagination] ( https://github.com/IBM/cloudant-python-sdk/tree/v0.11.3/docs/Pagination.md ) (beta)
70+ - Built-in [ Pagination] ( https://github.com/IBM/cloudant-python-sdk/tree/v0.11.3/docs/Pagination.md )
7171- Instances of the client are unconditionally thread-safe.
7272
7373## Prerequisites
Original file line number Diff line number Diff line change 2222
2323## Introduction
2424
25- The pagination feature (currently beta) accepts options for a single operation and automatically
25+ The pagination feature accepts options for a single operation and automatically
2626creates the multiple requests to the server necessary to page through the results a fixed number at a time.
2727
2828Pagination is a best-practice to break apart large queries into multiple server requests.
You can’t perform that action at this time.
0 commit comments