Classes

The following classes are available globally.

  • NetworkService - base class for a network service that uses a network provider to make calls to the API specified

    Declaration

    Swift

    public class NetworkService<T> where T : API