Skip to main content
Protocol
protocol RequestBuilder : Sendable

Instance Methods

getApiBaseURL(forApiKey:)

func getApiBaseURL(forApiKey key: ApiKey) throws(RequestBuilderError) -> URL

getRequest(forEndpoint:withKey:andAppIdentifier:)

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