summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjbion <joffrey.bion@amadeus.com>2017-04-10 17:56:08 +0200
committerjbion <joffrey.bion@amadeus.com>2017-04-10 17:56:08 +0200
commit4e38273b689852ffad0c091a2067a682d438e5f4 (patch)
treeb4d80e6bb0cc82971c4a995b9bc2bb0daa2c67db /README.md
parentFix the case of types in JsonDoc (diff)
downloadseven-wonders-4e38273b689852ffad0c091a2067a682d438e5f4.tar.gz
seven-wonders-4e38273b689852ffad0c091a2067a682d438e5f4.tar.bz2
seven-wonders-4e38273b689852ffad0c091a2067a682d438e5f4.zip
Add documentation regarding the addition of the live API doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4e5fb31e..2809f05d 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,9 @@ Missing steps:
- End of game event
- Access scoring
+A [live API documentation using JsonDoc](https://seven-wonders-online.herokuapp.com/jsondoc-ui.html?url=https://seven-wonders-online.herokuapp.com/doc)
+is available. It is in construction as well because I'm adding wesocket support to the existing REST-API support.
+
### Client
The client is just at the start of the development. It handles:
@@ -40,4 +43,4 @@ Missing steps:
## Disclaimer
-We do not own the rights on the 7 Wonders game concept and rules, nor on the assets used here. \ No newline at end of file
+We do not own the rights on the 7 Wonders game concept and rules, nor on the assets used here.
bgstack15