19 lines
226 B
Markdown
19 lines
226 B
Markdown
```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)
|
|
```
|