/ramapi

Python implementation for the Rick and Morty API

Primary LanguagePythonMIT LicenseMIT

ramapi

Documentation Status

Python implementation for the Rick and Morty API https://rickandmortyapi.com/

Only works for Python3

Features

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:

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.