HTTPGetEndPoint

public protocol HTTPGetEndPoint : NetworkEndpoint

This defines an endpoint of type GET

  • httpMethod Extension method

    Default value for HTTP method is GET

    Declaration

    Swift

    var httpMethod: String { get }
  • parameters Extension method

    Default parameters are most probably nil but can be set

    Declaration

    Swift

    var parameters: Params? { get }
  • encoding Extension method

    Default encoding for a GET request

    Declaration

    Swift

    var encoding: NetworkEncoding { get }