update notice api:2.2

This commit is contained in:
xdrm-brackets 2016-12-12 14:16:58 +01:00
parent c77b52d7ca
commit e930ab5085
1 changed files with 2 additions and 0 deletions

View File

@ -205,11 +205,13 @@ In order to setup an automatic bound from HTTP requests to API directly, you mus
Then can handle various kinds of URL : Then can handle various kinds of URL :
> 1. `http://www.host.com/{module}/{method}/` > 1. `http://www.host.com/{module}/{method}/`
- parameters can be in URL (separated by `/`) - parameters can be in URL (separated by `/`)
- parameters can be in `multipart/form-data` or `x-www-form-urlencoded` - parameters can be in `multipart/form-data` or `x-www-form-urlencoded`
- parameters of both URL and content are caught - parameters of both URL and content are caught
> 2. `http://www.host.com/api/{module}/{method}/` > 2. `http://www.host.com/api/{module}/{method}/`
- parameters can be in URL (separated by `/`) - parameters can be in URL (separated by `/`)
- parameters can be in `multipart/form-data` or `x-www-form-urlencoded` - parameters can be in `multipart/form-data` or `x-www-form-urlencoded`
- parameters of both URL and content are caught - parameters of both URL and content are caught