RMClient
public struct RMClient
API Client for Rick and Morty API.
-
Undocumented
Declaration
Swift
public init() -
Access character struct.
Declaration
Swift
public func character() -> RMCharacterReturn Value
Character struct.
-
Access episode struct.
Declaration
Swift
public func episode() -> RMEpisodeReturn Value
Episode struct.
-
Access location struct.
Declaration
Swift
public func location() -> RMLocationReturn Value
Location struct.
RMClient Structure Reference