Python implementation for the Rick and Morty API https://rickandmortyapi.com/
Only works for Python3
- Free software: MIT license
- Documentation: https://ramapi.readthedocs.io.
All methods returns json
- Base class features:
- api_info() : api information
- schema() : json outline
- Character,Location,Episode class features:
- get_all() : All information in paginated way
- get() : Information regarding the passed parameter
- filter() : Filtered results
- schema() : json outline
- For detailed information and usage instructions:
- Read Docs at https://ramapi.readthedocs.io
- Visit official API Docs https://rickandmortyapi.com/documentation
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.