[docs] moved static documentation generation fully to server side

This commit is contained in:
Rushabh Mehta
2013-07-24 18:48:01 +05:30
parent 1672fd8c99
commit a643d00e5f
5 changed files with 65 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
---
{
"_label": "ERPNext API"
"_label": "Web Service API"
}
---
All communication with the ERPNext server happens via web services using HTTP requests and passing data via JSON (Javascript Object Notation). Using web requests you can insert, update, query, run public triggers etc. The basic scheme is as follows: