Call

public struct Call

Call namespace.

  • A result from executing a pCloud API call.

    Declaration

    Swift

    public typealias Response = Result<[String : Any], NetworkOperationError>
  • A pCloud API command. Describes what the API should do.

    See more

    Declaration

    Swift

    public struct Command
    extension Call.Command: CustomStringConvertible
    extension Call.Command: Equatable
  • Combines all the necessary input to execute a pCloud API call.

    See more

    Declaration

    Swift

    public struct Request
    extension Call.Request: CustomStringConvertible