diff options
author | jbion <joffrey.bion@amadeus.com> | 2017-04-10 17:56:08 +0200 |
---|---|---|
committer | jbion <joffrey.bion@amadeus.com> | 2017-04-10 17:56:08 +0200 |
commit | 4e38273b689852ffad0c091a2067a682d438e5f4 (patch) | |
tree | b4d80e6bb0cc82971c4a995b9bc2bb0daa2c67db /README.md | |
parent | Fix the case of types in JsonDoc (diff) | |
download | seven-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.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |