APIResponseValue
public protocol APIResponseValue : CustomDebugStringConvertible, CustomStringConvertible
                Undocumented
- 
                  
                  
Undocumented
Declaration
Swift
associatedtype SuccessType - 
                  
                  
Undocumented
Declaration
Swift
var statusCode: Int { get } - 
                  
                  
Undocumented
Declaration
Swift
var successful: Bool { get } - 
                  
                  
Undocumented
Declaration
Swift
var response: Any { get } - 
                  
                  
Undocumented
Declaration
Swift
init(statusCode: Int, data: Data, decoder: ResponseDecoder) throws - 
                  
                  
Undocumented
Declaration
Swift
var success: SuccessType? { get } 
- 
                  
asAny()Extension methodUndocumented
Declaration
Swift
public func asAny() -> AnyResponseValue 
View on GitHub
        APIResponseValue Protocol Reference