Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ertembiyik/9fc84c58d3857fcaeeb2dd237707bb47 to your computer and use it in GitHub Desktop.
Save ertembiyik/9fc84c58d3857fcaeeb2dd237707bb47 to your computer and use it in GitHub Desktop.
RickAndMortyService.CharacterRoute.searchBy(id: 2) { character, error in
}
RickAndMortyService.CharacterRoute.searchWith(filters: [.name("morty")]) { characters, error in
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment