Updated Home (markdown)
parent
1c60ba7ab5
commit
302037c2e2
1 changed files with 2 additions and 0 deletions
2
Home.md
2
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.
|
||||
|
||||
|
|
Reference in a new issue