Created
May 31, 2022 18:23
-
-
Save ertembiyik/9fc84c58d3857fcaeeb2dd237707bb47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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