Skip to content

Commit

Permalink
- didn't like the way blockquotes rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
AphonicChaos committed Mar 6, 2014
1 parent acff13d commit 3217d1d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions sep/sep-010.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,52 +19,52 @@ Operations
Get list of available spiders
-----------------------------

GET /spiders/all
``GET /spiders/all``

Get list of closed spiders
--------------------------

GET /spiders/closed
``GET /spiders/closed``

Get list of scheduled spiders
-----------------------------

GET /spiders/scheduled
``GET /spiders/scheduled``

.. note:: contains closed

Get list of running spiders
---------------------------

GET /spiders/opened
``GET /spiders/opened``

- returns list of dicts containing spider ``id`` and ``domain_name``

Schedule spider
---------------

POST /spiders
``POST /spiders``

- args: ``schedule=example.com``

Close spider
------------

POST /spider/1238/close
``POST /spider/1238/close``

Get global stats
----------------

GET /stats
``GET /stats``

.. note:: spider-specific not included

Get spider-specific stats
-------------------------

GET /spider/1238/stats/
``GET /spider/1238/stats/``

Get engine status
-----------------

GET /engine/status
``GET /engine/status``

0 comments on commit 3217d1d

Please sign in to comment.