ApiService

open class ApiService : IApiService

Service responsible for mediating and executing HTTP based api requests.

Constructors

Link copied to clipboard
constructor(config: Config, adapter: IRestAdapter, reqFactory: IApiRequestFactory, psService: IPersistenceService)

Types

Link copied to clipboard

Functions

Link copied to clipboard
open fun cancel(tag: String)
Link copied to clipboard
Link copied to clipboard
open fun release()
Link copied to clipboard
open fun send(request: GigyaApiRequest, apiCallback: ApiService.IApiServiceResponse)
open fun send(request: GigyaApiRequest, blocking: Boolean, apiCallback: ApiService.IApiServiceResponse)