|
12 | 12 |
|
13 | 13 | [](https://travis-ci.com/IBM/cloudant-java-sdk)
|
14 | 14 | [](https://github.com/IBM/cloudant-java-sdk/releases/latest)
|
15 |
| -[](https://ibm.github.io/cloudant-java-sdk/) |
| 15 | +[](https://ibm.github.io/cloudant-java-sdk/) |
16 | 16 |
|
17 | 17 | # IBM Cloudant Java SDK Version 0.0.23
|
18 | 18 |
|
@@ -255,15 +255,15 @@ For general IBM Cloud SDK usage information, please see
|
255 | 255 |
|
256 | 256 | ### Code examples
|
257 | 257 |
|
258 |
| -The following code examples |
| 258 | +The following code examples |
259 | 259 | [authenticate with the environment variables](#authenticate-with-environment-variables).
|
260 | 260 |
|
261 | 261 | #### 1. Retrieve information from an existing database
|
262 | 262 |
|
263 | 263 | **Note:** This example code assumes that `animaldb` database does not exist in your account.
|
264 | 264 |
|
265 | 265 | This example code gathers information about an existing database hosted on
|
266 |
| -the https://examples.cloudant.com/ service `url`. To connect, you must |
| 266 | +the https://examples.cloudant.com/ service `url`. To connect, you must |
267 | 267 | extend your environment variables with the *service url* and *authentication
|
268 | 268 | type* to use `NOAUTH` authentication while you connect to the `animaldb` database.
|
269 | 269 | This step is necessary for the SDK to distinguish the `EXAMPLES` custom service
|
@@ -643,7 +643,9 @@ For examples of using byte streams, see the API reference documentation
|
643 | 643 | ### Further resources
|
644 | 644 |
|
645 | 645 | - [Cloudant API docs](https://cloud.ibm.com/apidocs/cloudant?code=java):
|
646 |
| - API examples for Cloudant Java SDK. |
| 646 | + API reference including usage examples for Cloudant Java SDK API. |
| 647 | +- [Javadoc](https://ibm.github.io/cloudant-java-sdk/): |
| 648 | + Cloudant Java SDK API Documentation. |
647 | 649 | - [Cloudant docs](https://cloud.ibm.com/docs/services/Cloudant?topic=cloudant-overview#overview):
|
648 | 650 | The official documentation page for Cloudant.
|
649 | 651 | - [Cloudant Learning Center](https://developer.ibm.com/clouddataservices/docs/compose/cloudant/):
|
|
0 commit comments