bitly-shorten/docs/net.thauvin.erik.bitly/-constants/index.md

1.3 KiB

docs / net.thauvin.erik.bitly / Constants

Constants

open class Constants (source)

Provides the constants for this package.

Companion Object Properties

Name Summary
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
FALSE Falseconst val FALSE: String
TRUE Trueconst val TRUE: String