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
- HTTP2 support for higher performance connections to IBM Cloudant.
73
73
- Perform requests either synchronously or asynchronously.
74
74
- Instances of the client are unconditionally thread-safe.
@@ -138,16 +138,16 @@ account.
138
138
139
139
There are several ways to **set** these authentication properties:
140
140
141
-
1. As [environment variables](./docs/Authentication.md#authentication-with-environment-variables)
142
-
2. The [programmatic approach](./docs/Authentication.md#programmatic-authentication)
143
-
3. With an [external credentials file](./docs/Authentication.md#authentication-with-external-configuration)
141
+
1. As [environment variables](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.7/docs/Authentication.md#authentication-with-environment-variables)
142
+
2. The [programmatic approach](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.7/docs/Authentication.md#programmatic-authentication)
143
+
3. With an [external credentials file](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.7/docs/Authentication.md#authentication-with-external-configuration)
144
144
145
145
The following section describes the different authentication types and provides environment variable examples.
146
146
Examples for other configuration methods are available by following the provided links.
147
147
148
148
### Authentication
149
149
150
-
Consult the [authentication document](./docs/Authentication.md)
150
+
Consult the [authentication document](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.7/docs/Authentication.md)
151
151
for comprehensive details of all the available authentication methods and how to configure them with environment settings
152
152
or programmatically.
153
153
@@ -196,7 +196,7 @@ List<String> response =
196
196
System.out.println(response);
197
197
```
198
198
199
-
[More tutorial examples](./docs/Examples.md) for creating a database
199
+
[More tutorial examples](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.7/docs/Examples.md) for creating a database
200
200
and document create, read, update and delete operations.
201
201
202
202
For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.7/examples#examples-for-java).
@@ -222,7 +222,7 @@ Response byte stream is supported in functions with the suffix of `AsStream`.
222
222
The returned byte stream allows the response body to be consumed
223
223
without triggering JSON unmarshalling that is typically performed by the SDK.
224
224
225
-
The [update document](./docs/Examples.md#3-update-your-previously-created-document) section
225
+
The [update document](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.7/docs/Examples.md#3-update-your-previously-created-document) section
226
226
contains examples for both request and response byte stream cases.
227
227
228
228
The API reference contains further examples of using byte streams.
@@ -238,7 +238,7 @@ Expand them to see examples of:
Copy file name to clipboardExpand all lines: docs/Examples.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -421,4 +421,4 @@ You have deleted the document.
421
421
422
422
## Further code examples
423
423
424
-
For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.6/examples#examples-for-java).
424
+
For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.7/examples#examples-for-java).
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=java#postalldocs)
75
75
and [partitioned](https://cloud.ibm.com/apidocs/cloudant?code=java#postpartitionalldocs)
76
-
*[Global all documents examples](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.6/modules/examples/src/main/java/features/pagination/AllDocsPagination.java)
77
-
*[Partitioned all documents examples](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.6/modules/examples/src/main/java/features/pagination/PartitionAllDocsPagination.java)
76
+
*[Global all documents examples](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.7/modules/examples/src/main/java/features/pagination/AllDocsPagination.java)
77
+
*[Partitioned all documents examples](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.7/modules/examples/src/main/java/features/pagination/PartitionAllDocsPagination.java)
78
78
* Query all [design documents](https://cloud.ibm.com/apidocs/cloudant?code=java#postdesigndocs)
0 commit comments