Skip to content

Commit

Permalink
ci: Fix dependabot package-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Nov 21, 2024
1 parent 3230931 commit f4066e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "Maven"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ We also offer [client-side SDKs](https://developer.vonage.com/en/vonage-client-s
See all of our SDKs and integrations on the [Vonage Developer portal](https://developer.vonage.com/en/tools).

## Installation

Releases are published to [Maven Central](https://central.sonatype.com/artifact/com.vonage/server-sdk-kotlin).
Instructions for your build system can be found in the snippets section.
They're also available from [here](https://mvnrepository.com/artifact/com.vonage/server-sdk-kotlin/latest).
Expand Down Expand Up @@ -116,7 +115,6 @@ val vonageClient = Vonage {
```

## Usage

As with our other SDKs, the architecture is based around the `Vonage` class, which defines the authentication
credentials and optional advanced settings for the HTTP client. The class has a field for each supported API,
which returns an object containing methods available on that API. Where the SDK differs from other SDKs is that
Expand All @@ -133,8 +131,8 @@ including [a searchable list of snippets](https://github.com/Vonage/vonage-kotli
### Documentation
The SDK is fully documented with KDocs, so you should have complete documentation from your IDE. You may need to
click "Download Sources" in IntelliJ to get the full documentation. Alternatively, you can browse the documentation
using a service such as [Javadoc.io](https://javadoc.io/doc/com.vonage/server-sdk-kotlin/latest/index.html), which
renders the documentation for you from [the artifacts on Maven Central](https://repo.maven.apache.org/maven2/com/vonage/server-sdk-kotlin/).
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),
which renders the documentation for you from [the artifacts on Maven Central](https://repo.maven.apache.org/maven2/com/vonage/server-sdk-kotlin/).

For help with any specific APIs, refer to the relevant documentation on our [developer portal](https://developer.vonage.com/en/documentation),
using the links provided in the [Supported APIs](#supported-apis) section. For completeness, you can also consult the
Expand Down

0 comments on commit f4066e5

Please sign in to comment.