Updated docs
This commit is contained in:
parent
54d6ce6b52
commit
5f40c8ba24
134 changed files with 4209 additions and 2964 deletions
|
@ -1,8 +1,8 @@
|
|||
[](https://opensource.org/licenses/BSD-3-Clause)
|
||||
[](https://kotlinlang.org/)
|
||||
[](https://kotlinlang.org/)
|
||||
[](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/bitly-shorten/)
|
||||
[](https://github.com/ethauvin/bitly-shorten/releases/latest)
|
||||
[](https://search.maven.org/search?q=g:%22net.thauvin.erik%22%20AND%20a:%22bitly-shorten%22)
|
||||
[](https://central.sonatype.com/artifact/net.thauvin.erik/bitly-shorten)
|
||||
|
||||
[](https://sonarcloud.io/dashboard?id=ethauvin_bitly-shorten)
|
||||
[](https://github.com/ethauvin/bitly-shorten/actions/workflows/gradle.yml)
|
||||
|
@ -67,7 +67,7 @@ dependencies {
|
|||
}
|
||||
```
|
||||
|
||||
Instructions for using with Maven, Ivy, etc. can be found on [Maven Central](https://search.maven.org/artifact/net.thauvin.erik/bitly-shorten/0.9.3/jar).
|
||||
Instructions for using with Maven, Ivy, etc. can be found on [Maven Central](https://central.sonatype.com/artifact/net.thauvin.erik/bitly-shorten).
|
||||
|
||||
## Java
|
||||
|
||||
|
@ -77,7 +77,7 @@ To make it easier to use the library with Java, configuration builders are avail
|
|||
var config = new CreateConfig.Builder()
|
||||
.title("Erik's Weblog")
|
||||
.tags(new String[] { "blog", "weblog"})
|
||||
.long_url("https://erik.thauvin.net/blog")
|
||||
.longUrl("https://erik.thauvin.net/blog")
|
||||
.build();
|
||||
|
||||
bitly.bitlinks().create(config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue