Last updated:
0 purchases
rapid tasty api 0.1.3
TastyAPI
TastyAPI is a typed Python wrapper for the Tasty API.
Example
from rapid_tasty_api import Client
client = Client("(api_key)")
recipe_list = client.get_recipes_list(0, 20, query="chicken soup")
print(recipe_list)
Installation
Install with pip:
$ pip install rapid_tasty_api
Dependencies
TastyAPI has three dependencies:
requests
python-iso639
pycountry
License
MIT License
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.