RMClient

public struct RMClient

API Client for Rick and Morty API.

  • Undocumented

    Declaration

    Swift

    public init()
  • Access character struct.

    Declaration

    Swift

    public func character() -> RMCharacter

    Return Value

    Character struct.

  • Access episode struct.

    Declaration

    Swift

    public func episode() -> RMEpisode

    Return Value

    Episode struct.

  • Access location struct.

    Declaration

    Swift

    public func location() -> RMLocation

    Return Value

    Location struct.