From e711a5d6c66ce16642f8dfc76eccce261fdb574b Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 15 Jun 2016 19:37:45 +0100 Subject: [PATCH] Added link to RestApiDocs to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 175431c..8d4b05b 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,8 @@ Key | Value | Explanation ## Module API Reference I have documented (most of) the current API that you can use to create your own modules. You can find it in the [Module_API_Docs.md](https://github.com/sbrl/Pepperminty-Wiki/blob/master/Module_API_Docs.md) file in this repository. +I've also documented Pepperminty Wiki's entire REST API using [apiDoc](http://apidocjs.com/). You can view the docs [here](https://sbrl.github.io/Pepperminty-Wiki/RestApiDocs/). + If you do create a module, I'd love to hear about it. Even better, [send a pull request](https://github.com/sbrl/Pepperminty-Wiki/pulls/new)! ## Real World Usage