SettingsApi

interface SettingsApi

Used another instance of retrofit that is needed without authentication all API's that do not need the Authentication interceptor can be posted in this API

Functions

Link copied to clipboard
@GET
abstract suspend fun getSettings(@Url url: String, @Header(value = "kindly-bot-key") botKey: String, @Header(value = "kindly-chat-uuid") uuid: String, @Header(value = "kindly-chat-client") chatClient: String = "android"): SettingsResponse