HomeApi

interface HomeApi

Functions

Link copied to clipboard
@GET(value = "")
abstract suspend fun getApiInfo(): Response<ApiInfoDto>

API Home Endpoint The API Home Endpoint returns general information about the Sensibill API. It should be the first point of contact for any system integrating with Sensibill, as it will provide clients with up-to-date URLs for other endpoints, as well as status information on the general Sensibill architecture. Responses: