add README
This commit is contained in:
parent
b9009c23eb
commit
fe6246332f
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
|
@ -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)
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue