scrapyd-client
scrapyd-client copied to clipboard
Add commands for remaining Scrapyd API endpoints
We already have listprojects
, listspiders
, schedule
, addversion
.
https://scrapyd.readthedocs.io/en/stable/api.html
Idempotent:
- [ ] daemonstatus
- [ ] listversions
- [ ] listjobs
The commands would omit the list
prefix, like existing commands.
Stateful:
- [ ] delproject
- [ ] delversion
- [ ] cancel