From 4e38273b689852ffad0c091a2067a682d438e5f4 Mon Sep 17 00:00:00 2001 From: jbion Date: Mon, 10 Apr 2017 17:56:08 +0200 Subject: Add documentation regarding the addition of the live API doc --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit