Other Enumerations
The following enumerations are available globally.
-
An error occuring while sending a request
See moreDeclaration
Swift
public enum APIError : Error
-
The request executer currently supported.
sync
for a synchronous execution of requests.async
for an asynchronous execution of requests.custom
for a custom execution of requests provided by the caller.
Declaration
Swift
public enum RequestExecuterType
-
Undocumented
See moreDeclaration
Swift
public enum HTTPMethod : String
-
Undocumented
See moreDeclaration
Swift
public enum MultipartType : String
-
Undocumented
See moreDeclaration
Swift
public enum URLFactory