EndpointParameter

public protocol EndpointParameter : Sendable

A parameter type that can be converted into the query key expected by an endpoint.

  • caseName Default implementation

    The name of the case to use as value for the parameter.

    Default Implementation

    The name of the case to use as value for the parameter.

    Declaration

    Swift

    var caseName: String { get }