/TastyAPI

Primary LanguagePythonMIT LicenseMIT

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:

License

MIT License