Package-level declarations

Contains Framework Response Classes.

Types

Link copied to clipboard
data class Json<T>(val message: String, val code: Int, val data: T? = null)

This class is a generic class that wraps the response of the API. It contains the message, the status code and the data.

Link copied to clipboard

Enum class for status codes used in the application.