PathVariableProvider
public protocol PathVariableProvider
An interface to provide globally available path variables to RestingRequestConverter
.
-
The variables to provid e to the request.
Declaration
Swift
var variables: [String : Any] { get }