Added docs.

This commit is contained in:
Erik C. Thauvin 2020-03-03 00:32:15 -08:00
parent dd0079e7e8
commit 95bea38c92
37 changed files with 521 additions and 0 deletions

15
docs/index.md Normal file
View 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)