ramapi

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


Keywords
ramapi, api-wrapper, python, rick-and-morty
License
MIT
Install
pip install ramapi==0.1.0

Documentation

ramapi

Documentation Status

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

Only works for Python3

Features

All methods returns json

Base features:
  • api_info() returns api information
  • schema() returns the json outline
Character,Location,Episode featutes:
  • get_all() returns all values
  • get() Takes a perimeter and returns a value
  • filter() Returns filtered results
  • schema() Returns json outline
For detailed information and usage instrustions:

Credits

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