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.
syncfor a synchronous execution of requests.asyncfor an asynchronous execution of requests.customfor 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
View on GitHub
Install in Dash
Other Enumerations Reference