picnic-cli/README.md

16 lines
294 B
Markdown
Raw Normal View History

2023-01-29 18:34:53 +01:00
# picnic-analyze
```
Available commands:
- async login(user,password)
- async getUserDetails()
- async deliveries()
- async delivery(...ids)
2023-01-29 18:36:57 +01:00
$ npm run start -- deliveries --json
2023-01-29 18:34:53 +01:00
```
# todo:
- update picnic-api defs, fix product endpoint
2023-01-30 14:45:51 +01:00
- await p.sendRequest("GET", "/articles/10767262")