Swift Protocol
protocol RequestBuilder : Sendable
func getApiBaseURL(forApiKey key: ApiKey) throws(RequestBuilderError) -> URL
func getRequest(forEndpoint endpoint: Endpoint, withKey key: ApiKey, andAppIdentifier appIdentifier: String) throws(RequestBuilderError) -> URLRequest
Was this page helpful?