pyrohlik
Find a file
2024-11-18 09:53:32 +01:00
rohlik add __init__.py to models 2024-11-18 09:53:32 +01:00
.gitignore add python stuff to .gitignore 2024-11-18 08:35:03 +01:00
Pipfile initial commit 2022-07-31 01:48:38 +02:00
README.md rename module pyrohlik to rohlik 2024-11-17 10:38:58 +01:00
requirements.txt initial commit 2022-07-31 01:48:38 +02:00

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