Update 'README.md'

This commit is contained in:
xdrm-brackets 2016-12-11 07:52:37 -05:00
parent 4b07a89c68
commit adfe562f95
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ xdrm-framework is based on `all in config` so you will have this structure :
#### 3.1 API - self-managed API #### 3.1 API - self-managed API
> version 2.2 - [documentation](/notice/api/2.2.md)
###### How to use ###### How to use
In order to use the API, you must begin by writting your _"methods"_ in the configuration file located at `/config/modules.json`. In order to use the API, you must begin by writting your _"methods"_ in the configuration file located at `/config/modules.json`.
In order to be understood, lets call `module` a group of methods, and `method` a function which outputs data from input parameters. In order to be understood, lets call `module` a group of methods, and `method` a function which outputs data from input parameters.