Added docs.
This commit is contained in:
parent
dd0079e7e8
commit
95bea38c92
37 changed files with 521 additions and 0 deletions
15
docs/index.md
Normal file
15
docs/index.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
[docs](./index.md)
|
||||
|
||||
[Bitly Shortener for Kotlin/Java](https://github.com/ethauvin/bitly-shorten)
|
||||
|
||||
A simple implementation of the link shortening ([bitlinks](https://dev.bitly.com/v4/#tag/Bitlinks)) abilities of the [Bitly API v4](https://dev.bitly.com/v4).
|
||||
|
||||
### Packages
|
||||
|
||||
| Name | Summary |
|
||||
|---|---|
|
||||
| [net.thauvin.erik.bitly](net.thauvin.erik.bitly/index.md) | Provides the classes necessary to access the [Bitly API v4](https://dev.bitly.com/v4). |
|
||||
|
||||
### Index
|
||||
|
||||
[All Types](alltypes/index.md)
|
Loading…
Add table
Add a link
Reference in a new issue