Package-level declarations

Types

Link copied to clipboard
@Serializable
data class KeyValuePostObject<K, V>(val key: K, val value: V)

Properties

Link copied to clipboard
Link copied to clipboard
const val countRoute: String
Link copied to clipboard
const val getRoute: String
Link copied to clipboard
Link copied to clipboard
const val keysRoute: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val setRoute: String
Link copied to clipboard
const val unsetRoute: String
Link copied to clipboard
Link copied to clipboard
const val valuesRoute: String