RequestEndpoint

public protocol RequestEndpoint : InternalRequestEndpoint

Protocol defining server endpoints with a url

  • url Default implementation

    Converts the uri to a URL, this may include, for example, adding a baseURL

    Default Implementation

    Default implementation assumes the uri is a well formed URL Override this func to apply additional logic such as adding a baseURL

    Declaration

    Swift

    var url: URL? { get }