Protocols
The following protocols are available globally.
-
A class that wraps a
See moreRestEndpoint
with additional functionalty. This allows Corvus to chain modifiers, as it gets treated as any other struct conforming toRestEndpoint
.Declaration
Swift
public protocol RestEndpointModifier : RestEndpoint
-
A protocol used to provide a common interface for
See moreCorvusModel
components so they can access their own.notify
modifier.Declaration
Swift
public protocol NotificationProtocol : CorvusModel