Package-level declarations

Provides the classes necessary to access the Bitly API v4.

Types

Link copied to clipboard
open class Bitlinks(accessToken: String)

Provides functions to create and manage Bitlinks.

Link copied to clipboard
open class Bitly

Provides access to the Bitly API v4.

Link copied to clipboard
data class CallResponse(val body: String = Constants.EMPTY_JSON, val message: String = "", val description: String = "", val statusCode: Int = -1)

Provides a data class to hold the JSON response.

Link copied to clipboard
object Constants

Provides the constants for this package.

Link copied to clipboard

Provides HTTP methods definitions.

Link copied to clipboard
enum Units : Enum<Units>

Provides units of time definitions.

Link copied to clipboard
object Utils

Provides useful generic functions.