APIHelper
public struct APIHelper
-
Declaration
Swift
public static func rejectNil(_ source: [String : Any?]) -> [String : Any]?
-
Declaration
Swift
public static func rejectNilHeaders(_ source: [String : Any?]) -> [String : String]
-
Declaration
Swift
public static func convertBoolToString(_ source: [String : Any]?) -> [String : Any]?
-
Declaration
Swift
public static func mapValueToPathItem(_ source: Any) -> Any
-
Declaration
Swift
public static func mapValuesToQueryItems(_ source: [String : Any?]) -> [URLQueryItem]?