summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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