You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`Promise` based design with asynchronous HTTP requests.
74
74
- Use either as native JavaScript or take advantage of TypeScript models.
75
75
- Transparently compresses request and response bodies.
@@ -99,16 +99,16 @@ account.
99
99
100
100
There are several ways to **set** these authentication properties:
101
101
102
-
1. As [environment variables](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.12/docs/Authentication.md#authentication-with-environment-variables)
103
-
2. The [programmatic approach](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.12/docs/Authentication.md#programmatic-authentication)
104
-
3. With an [external credentials file](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.12/docs/Authentication.md#authentication-with-external-configuration)
102
+
1. As [environment variables](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.13/docs/Authentication.md#authentication-with-environment-variables)
103
+
2. The [programmatic approach](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.13/docs/Authentication.md#programmatic-authentication)
104
+
3. With an [external credentials file](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.13/docs/Authentication.md#authentication-with-external-configuration)
105
105
106
106
The following section describes the different authentication types and provides environment variable examples.
107
107
Examples for other configuration methods are available by following the provided links.
108
108
109
109
### Authentication
110
110
111
-
Consult the [authentication document](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.12/docs/Authentication.md)
111
+
Consult the [authentication document](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.13/docs/Authentication.md)
112
112
for comprehensive details of all the available authentication methods and how to configure them with environment settings
@@ -282,7 +282,7 @@ If you encounter an issue with the project, you are welcome to submit a
282
282
283
283
Before you submit a bug report, search for
284
284
[similar issues](https://github.com/IBM/cloudant-node-sdk/issues?q=is%3Aissue) and review the
285
-
[KNOWN_ISSUES file](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.12/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.
285
+
[KNOWN_ISSUES file](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.13/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.
286
286
287
287
Please consult the [security policy](https://github.com/IBM/cloudant-node-sdk/security/policy) before opening security related issues.
288
288
@@ -312,8 +312,8 @@ Find more open source projects on the [IBM GitHub](http://ibm.github.io/) page.
312
312
313
313
## Contributing
314
314
315
-
For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.12/CONTRIBUTING.md).
315
+
For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.13/CONTRIBUTING.md).
316
316
317
317
## License
318
318
319
-
This SDK is released under the Apache 2.0license. To read the full text of the license, see [LICENSE](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.12/LICENSE).
319
+
This SDK is released under the Apache 2.0license. To read the full text of the license, see [LICENSE](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.13/LICENSE).
Copy file name to clipboardExpand all lines: docs/Pagination.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,22 +73,22 @@ then a `429 Too Many Requests` error occurs.
73
73
Pagination is available for these operations:
74
74
* Query all documents [global](https://cloud.ibm.com/apidocs/cloudant?code=node#postalldocs)
75
75
and [partitioned](https://cloud.ibm.com/apidocs/cloudant?code=node#postpartitionalldocs)
76
-
*[Global all documents examples](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.12/test/examples/src/features/pagination/ts/allDocsPagination.ts)
77
-
*[Partitioned all documents examples](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.12/test/examples/src/features/pagination/ts/partitionAllDocsPagination.ts)
76
+
*[Global all documents examples](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.13/test/examples/src/features/pagination/ts/allDocsPagination.ts)
77
+
*[Partitioned all documents examples](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.13/test/examples/src/features/pagination/ts/partitionAllDocsPagination.ts)
78
78
* Query all [design documents](https://cloud.ibm.com/apidocs/cloudant?code=node#postdesigndocs)
0 commit comments