Package net. thauvin. erik. bitly
Provides the classes necessary to access the Bitly API v4.
Types
Link copied to clipboard
Provides access to the Bitly API v4.
Link copied to clipboard
data class CallResponse(val body: String = Constants.EMPTY_JSON, val resultCode: Int = -1)
Content copied to clipboard
Provides a data class to hold the JSON response.