UpgradeCheckAPI
public enum UpgradeCheckAPI
Caseless enumeration with static methods to send Upgrade Check Requests
-
Sends a request to get upgrade check from the API.
Declaration
Swift
public static func getUpgradeCheck(with parameters: Parameters? = nil, completion: ResponseCompletion<UpgradeCheck> = nil)
Parameters
parameters
The
Parameters
to apply.completion
The closure to be executed once the request has finished.