ApiGet

interface ApiGet

The GET method requests a representation of the specified resource. Requests using GET should only retrieve data.

Author

Vitaliy Zarubin

Functions

getListSettings
Link copied to clipboard
@GET(value = "settings")
abstract suspend fun getListSettings(): Response<List<SettingsResponse>>

Inheritors

CoreApi
Link copied to clipboard