@@ -50,7 +50,6 @@ We also offer [client-side SDKs](https://developer.vonage.com/en/vonage-client-s
50
50
See all of our SDKs and integrations on the [ Vonage Developer portal] ( https://developer.vonage.com/en/tools ) .
51
51
52
52
## Installation
53
-
54
53
Releases are published to [ Maven Central] ( https://central.sonatype.com/artifact/com.vonage/server-sdk-kotlin ) .
55
54
Instructions for your build system can be found in the snippets section.
56
55
They're also available from [ here] ( https://mvnrepository.com/artifact/com.vonage/server-sdk-kotlin/latest ) .
@@ -116,7 +115,6 @@ val vonageClient = Vonage {
116
115
```
117
116
118
117
## Usage
119
-
120
118
As with our other SDKs, the architecture is based around the ` Vonage ` class, which defines the authentication
121
119
credentials and optional advanced settings for the HTTP client. The class has a field for each supported API,
122
120
which returns an object containing methods available on that API. Where the SDK differs from other SDKs is that
@@ -133,8 +131,8 @@ including [a searchable list of snippets](https://github.com/Vonage/vonage-kotli
133
131
### Documentation
134
132
The SDK is fully documented with KDocs, so you should have complete documentation from your IDE. You may need to
135
133
click "Download Sources" in IntelliJ to get the full documentation. Alternatively, you can browse the documentation
136
- using a service such as [ Javadoc.io] ( https://javadoc.io/doc/com.vonage/server-sdk-kotlin/latest/index.html ) , which
137
- renders the documentation for you from [ the artifacts on Maven Central] ( https://repo.maven.apache.org/maven2/com/vonage/server-sdk-kotlin/ ) .
134
+ using a service such as [ Javadoc.io] ( https://javadoc.io/doc/com.vonage/server-sdk-kotlin/latest/server-sdk-kotlin/com.vonage.client.kt/ index.html ) ,
135
+ which renders the documentation for you from [ the artifacts on Maven Central] ( https://repo.maven.apache.org/maven2/com/vonage/server-sdk-kotlin/ ) .
138
136
139
137
For help with any specific APIs, refer to the relevant documentation on our [ developer portal] ( https://developer.vonage.com/en/documentation ) ,
140
138
using the links provided in the [ Supported APIs] ( #supported-apis ) section. For completeness, you can also consult the
0 commit comments