Api Service
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
interface IApiServiceResponse
Functions
Link copied to clipboard
Link copied to clipboard
open fun send(request: GigyaApiRequest, blocking: Boolean, apiCallback: ApiService.IApiServiceResponse)