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
This Kotlin SDK allows you to use [Vonage APIs](https://developer.vonage.com/api) in any JVM-based application.
12
11
You'll need to have [created a Vonage account](https://dashboard.nexmo.com/sign-up?utm_source=DEV_REL&utm_medium=github&utm_campaign=java-client-library).
13
12
14
13
*[Supported APIs](#supported-apis)
15
14
*[Other SDKs](#other-sdks)
16
15
*[Installation](#installation)
17
16
*[Configuration](#configuration)
17
+
*[Usage](#usage)
18
18
*[FAQ](#frequently-asked-questions)
19
19
*[Contribute!](#contribute)
20
20
@@ -115,7 +115,8 @@ val vonageClient = Vonage {
115
115
```
116
116
117
117
## Usage
118
-
You can find complete runnable code samples in the [vonage-kotlin-code-snippets repository](https://github.com/Vonage/vonage-kotlin-code-snippets).
118
+
You can find complete runnable code samples in the [Code Snippets repository](https://github.com/Vonage/vonage-kotlin-code-snippets),
119
+
including [a searchable list of snippets](https://github.com/Vonage/vonage-kotlin-code-snippets/blob/main/SNIPPETS.md).
119
120
120
121
## Frequently Asked Questions
121
122
@@ -140,8 +141,9 @@ _We :heart: contributions to this library!_
140
141
It is a good idea to talk to us first if you plan to add any new functionality.
0 commit comments