add README

This commit is contained in:
hlad 2022-07-31 09:16:31 +02:00
parent b9009c23eb
commit fe6246332f

View file

@ -0,0 +1,19 @@
```python
from pyrohlik import Rohlk
```
```python
client = Rohlik("API_KEY")
```
```python
product = client.get_product(1362825)
```
```python
orders = client.get_orders()
```
```python
recipe = client.get_recipe(59)
```