Package net.thauvin.erik.bitly

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 resultCode: Int = -1)

Provides a data class to hold the JSON response.

Link copied to clipboard
open class Constants

Provides the constants for this package.

Link copied to clipboard
enum Methods : Enum<Methods>

Provides HTTP methods definitions.

Link copied to clipboard
enum Units : Enum<Units>

Provides units of time definitions.

Link copied to clipboard
open class Utils

Provides useful generic functions.