EndpointParameter
public protocol EndpointParameter : Sendable
A parameter type that can be converted into the query key expected by an endpoint.
-
caseNameDefault implementationThe 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 }
View on GitHub