QueryItemConvertible
public protocol QueryItemConvertible
Defines an object that can be converted into URL query parameters.
-
Converts the model into query items.
Returns
The query items to pass through the request.Declaration
Swift
func toQueryItems() -> QueryItems
Return Value
The query items to pass through the request.