IApiRequestFactory

Functions

Link copied to clipboard
abstract fun create(api: String, params: Map<String, Any>): GigyaApiRequest
abstract fun create(api: String, params: Map<String, Any>, httpMethod: RestAdapter.HttpMethod): GigyaApiRequest
abstract fun create(api: String, params: Map<String, Any>, httpMethod: RestAdapter.HttpMethod, headers: HashMap<String, String>): GigyaApiRequest
Link copied to clipboard
abstract fun setSDK(sdk: String)
Link copied to clipboard
abstract fun sign(request: GigyaApiRequest): GigyaApiHttpRequest
Link copied to clipboard