Requests

  • A lightweight description of an App Store Connect request before it is turned into a URLRequest.

    See more

    Declaration

    Swift

    public struct Request<ResponseType, ErrorResponseType> : Sendable
  • HTTP request methods

    Documentation borrowed from: https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods

    See more

    Declaration

    Swift

    public enum HTTPMethod : String, Sendable
  • A protocol for request bodies that should be JSON encoded before sending.

    See more

    Declaration

    Swift

    public protocol RequestBody : Encodable, Sendable
  • Groups the supported query parameters for a generated Request.

    See more

    Declaration

    Swift

    public struct Parameters : Sendable
  • A parameter type that can be converted into the query key expected by an endpoint.

    See more

    Declaration

    Swift

    public protocol EndpointParameter : Sendable

Parameter with associated (string) value

Parameter types