Extensions
The following extensions are available globally.
-
Allows ResponseModifier to work with Arrays of
CorvusResponse
Instead of returning a single
See moreCorvusResponse
an array ofCorvusResponse
can be returned instead.Declaration
Swift
extension Array: CorvusResponse where Element: CorvusResponse
extension Array: Endpoint where Element == Endpoint