HTTP Service
-
Global factory const which can be used to create an
HTTPServiceClientwith aStitchAppClient. Pass intoStitchAppClient.serviceClient(fromFactory:withName)to get a `HTTPServiceClient.Declaration
Swift
public let httpServiceClientFactory: AnyNamedServiceClientFactory<HTTPServiceClient> -
The HTTP service client, which can be used to perform HTTP requests via MongoDB Stitch.
See moreDeclaration
Swift
public protocol HTTPServiceClient
HTTP Service Reference