Skip to main content
Structure
struct DefaultRequestBuilder

Initializers

init()

init()

Instance Methods

getApiBaseURL(forApiKey:)

Inherited from RequestBuilder.getApiBaseURL(forApiKey:).
func getApiBaseURL(forApiKey key: ApiKey) throws(RequestBuilderError) -> URL

getRequest(forEndpoint:withKey:andAppIdentifier:)

Inherited from RequestBuilder.getRequest(forEndpoint:withKey:andAppIdentifier:).
func getRequest(forEndpoint endpoint: Endpoint, withKey key: ApiKey, andAppIdentifier appIdentifier: String) throws(RequestBuilderError) -> URLRequest