pyrohlik
Find a file
2022-07-31 09:16:31 +02:00
pyrohlik remove of unused code 2022-07-31 09:10:38 +02:00
Pipfile initial commit 2022-07-31 01:48:38 +02:00
README.md add README 2022-07-31 09:16:31 +02:00
requirements.txt initial commit 2022-07-31 01:48:38 +02:00

from pyrohlik import Rohlk
client = Rohlik("API_KEY")
product = client.get_product(1362825)
orders = client.get_orders()
recipe = client.get_recipe(59)