ApiServiceGet

interface ApiServiceGet

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
open suspend fun getListSettings(): ResponseResult<List<SettingsModel>>

Get list settings from back-end

Properties

api
Link copied to clipboard
abstract val api: CoreApi

Inheritors

CoreApiService
Link copied to clipboard