Gigya Api Request Factory
Functions
Link copied to clipboard
open fun create(api: String, params: Map<String, Any>, httpMethod: RestAdapter.HttpMethod): GigyaApiRequest
open fun create(api: String, params: Map<String, Any>, httpMethod: RestAdapter.HttpMethod, @Nullable headers: HashMap<String, String>): GigyaApiRequest
Create a new instance of the GigyaApiRequest structure.
Link copied to clipboard
Sign the request prior to dispatching it.
Link copied to clipboard