scrapyd-client icon indicating copy to clipboard operation
scrapyd-client copied to clipboard

Add commands for remaining Scrapyd API endpoints

Open jpmckinney opened this issue 3 years ago • 3 comments

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

jpmckinney avatar Oct 01 '21 20:10 jpmckinney