ParameterConvertible

public protocol ParameterConvertible

Defines an object that can be converted into URL parameters.

  • Converts the model into parameters.

    Returns

    The parameters to use.

    Declaration

    Swift

    func toParameters() -> Parameters

    Return Value

    The parameters to use.