bitly-shorten/docs/net.thauvin.erik.bitly/index.md
Erik C. Thauvin 9ba23fd6c3 Revert "Added CallResponse and Bitlinks.udpate()."
This reverts commit 05ee938de7fac49026118a53f5af02ff26d82ccd.
2020-03-03 13:49:58 -08:00

16 lines
848 B
Markdown

[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` |