Enumerations
The following enumerations are available globally.
-
HTTP method enum with all commonly used verbs.
See moreDeclaration
Swift
public enum HTTPMethod : String, CustomStringConvertible -
Type of the API request. JSON body and multipart requests have associated values which are used as a body. The other types only describe how the
See moreHTTPParametersare encoded.Declaration
Swift
public enum RequestType
-
Standard API error returned in
See moreAPIResultwhen no custom error was parsed in theAPIAdapterfirst and the response from server was invalid.Declaration
Swift
public enum StandardAPIError : APIError
View on GitHub
Enumerations Reference