Adding initial API docs

This commit is contained in:
lbriggs
2014-12-31 15:58:37 +00:00
parent 7d8bf7fb3a
commit 5bb8b78074
6 changed files with 245 additions and 3 deletions
+11
View File
@@ -1 +1,12 @@
# Cachet API
## Making Requests
Cachet's API is JSON based, making interaction simple. Take a look at the [Making Requests](making-requests.md) page for some simple examples
## Endpoints
There are endpoints for [Components](components.md), [Incidents](incidents.md) and [Metrics](metrics.md) with more to come soon.