From 302037c2e2107b202f83103190ed569d2334deb0 Mon Sep 17 00:00:00 2001 From: Finn Date: Mon, 5 Sep 2016 18:23:46 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index cb93954..fa962fb 100644 --- a/Home.md +++ b/Home.md @@ -1,3 +1,5 @@ +For the API calls that the mobile makes, see here. https://github.com/Pear-Trading/Foodloop-Mobile/wiki/API-Calls + This will outline the general flow of the server code based on the type of post submitted to it. It should be noted that in all of the HTTP posts that at the end or in certain points, it will return a true or false response back to the client. How the client responds is typically with a thanking message if the response is "True" and with an error message if it is "False" to the user. These can be seen with a Mojo::JSON->true/false throughout the code.