Classes

The following classes are available globally.

  • Base class for creating an APIRequest.

    Note

    APIRequests should be created through a class that conforms to APIService.
    See more

    Declaration

    Swift

    open class APIRequest<ReturnType> : Operation where ReturnType : APIReturnable