This commit is contained in:
Graham Campbell
2015-01-02 13:05:31 +00:00
parent 110ae5060d
commit ecc60ff46a
18 changed files with 175 additions and 175 deletions

View File

@@ -8,7 +8,7 @@ Example URL: `http://status.cachethq.io/api/components`
* `GET`: returns a list of the current components and their status
- success: 200:
~~~json
{
"data": [

View File

@@ -8,7 +8,7 @@ Example URL: `http://status.cachethq.io/api/incidents`
* `GET`: returns a list of the current incidents and their status
- success: 200:
~~~json
{
"data": [

View File

@@ -10,7 +10,7 @@ Example URL: `http://status.cachethq.io/api/metrics`
* `GET`: returns a list of the current metrics
- success: 200:
~~~json
To be confirmed
~~~