Added docs.
This commit is contained in:
parent
dd0079e7e8
commit
95bea38c92
37 changed files with 521 additions and 0 deletions
16
docs/net.thauvin.erik.bitly/index.md
Normal file
16
docs/net.thauvin.erik.bitly/index.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
[docs](../index.md) / [net.thauvin.erik.bitly](./index.md)
|
||||
|
||||
## Package net.thauvin.erik.bitly
|
||||
|
||||
Provides the classes necessary to access the [Bitly API v4](https://dev.bitly.com/v4).
|
||||
|
||||
### Types
|
||||
|
||||
| Name | Summary |
|
||||
|---|---|
|
||||
| [Bitlinks](-bitlinks/index.md) | Provides functions to create and manage [Bitlinks](https://dev.bitly.com/v4/#tag/Bitlinks).`open class Bitlinks` |
|
||||
| [Bitly](-bitly/index.md) | Provides access to the [Bitly API v4](https://dev.bitly.com/v4).`open class Bitly` |
|
||||
| [Constants](-constants/index.md) | Provides the constants for this package.`open class Constants` |
|
||||
| [Methods](-methods/index.md) | Provides HTTP methods definitions.`enum class Methods` |
|
||||
| [Units](-units/index.md) | Provides units of time definitions.`enum class Units` |
|
||||
| [Utils](-utils/index.md) | Provides useful generic functions.`open class Utils` |
|
Loading…
Add table
Add a link
Reference in a new issue