BaseURLProvider
public protocol BaseURLProvider
A protocol providing a baseURL of type URL.
Note: URL itself is implementing the protocol itself, returning self as the baseURL.
-
Undocumented
Declaration
Swift
var baseURL: URL { get }
View on GitHub
Install in Dash
BaseURLProvider Protocol Reference