Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ project:
- Familiar user experience with IBM Cloud SDKs.
- Flexibility to use either built-in models or byte-based requests and responses for documents.
- Built-in [Changes feed follower](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.14/docs/Changes_Follower.md)
- Built-in [Pagination](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.14/docs/Pagination.md) (beta)
- Built-in [Pagination](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.14/docs/Pagination.md)
- `Promise` based design with asynchronous HTTP requests.
- Use either as native JavaScript or take advantage of TypeScript models.
- Transparently compresses request and response bodies.
Expand Down
2 changes: 1 addition & 1 deletion docs/Pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

## Introduction

The pagination feature (currently beta) accepts options for a single operation and automatically
The pagination feature accepts options for a single operation and automatically
creates the multiple requests to the server necessary to page through the results a fixed number at a time.

Pagination is a best-practice to break apart large queries into multiple server requests.
Expand Down