From 0a07d5e45ef78b2ae19dc05339fa6a36c8bb9b3b Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Tue, 15 Nov 2016 22:20:19 +0100 Subject: [PATCH] link to rest api documentation --- Overall-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Overall-architecture.md b/Overall-architecture.md index a53b515..41f7a6b 100644 --- a/Overall-architecture.md +++ b/Overall-architecture.md @@ -217,5 +217,5 @@ Message JSON format is dictionary (associative array) with keys: ### Web app - Web API communication -Provided web application runs as javascript client inside user's browser. It communicates with REST API on the server through standard HTTP requests. Documentation of the main REST API is in separate document due to its extensiveness. Results are returned as JSON payload, which is simply parsed in web application and presented to the users. +Provided web application runs as javascript client inside user's browser. It communicates with REST API on the server through standard HTTP requests. Documentation of the main REST API is in separate [document](https://recodex.github.io/api/) due to its extensiveness. Results are returned as JSON payload, which is simply parsed in web application and presented to the users.