bitly-shorten / net.thauvin.erik.bitly / Constants

Constants

open class Constants (source)

Constants for this package.

Companion Object Properties

API_BASE_URL

The Bitly API base URL.

const val API_BASE_URL: String

EMPTY

Empty String.

const val EMPTY: String

EMPTY_JSON

Empty JSON Object.

const val EMPTY_JSON: String

ENV_ACCESS_TOKEN

The API access token environment variable.

const val ENV_ACCESS_TOKEN: String