ramapi

https://img.shields.io/pypi/v/ramapi.svg https://img.shields.io/travis/curiousrohan/ramapi.svg 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.