Skip to content

Commit

Permalink
Merge pull request #10 from mwarkentin/example-response
Browse files Browse the repository at this point in the history
Add example response to README
  • Loading branch information
mwarkentin committed Feb 9, 2014
2 parents 7502713 + 802b912 commit ed4579b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,24 @@ Quickstart
url(r'^watchman/', include('watchman.urls')),

4. Start the development server and visit ``http://127.0.0.1:8000/watchman/`` to
get a JSON response of your backing service statuses
get a JSON response of your backing service statuses::

{
"databases": [
{
"default": {
"ok": true
}
}
],
"caches": [
{
"default": {
"ok": true
}
}
]
}

Features
--------
Expand Down

0 comments on commit ed4579b

Please sign in to comment.