From e930ab5085903c7739d98f904adfc53503c50079 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 12 Dec 2016 14:16:58 +0100 Subject: [PATCH] update notice api:2.2 --- notice/api/2.2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notice/api/2.2.md b/notice/api/2.2.md index 48d8b57..9e6738d 100644 --- a/notice/api/2.2.md +++ b/notice/api/2.2.md @@ -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 : > 1. `http://www.host.com/{module}/{method}/` + - parameters can be in URL (separated by `/`) - parameters can be in `multipart/form-data` or `x-www-form-urlencoded` - parameters of both URL and content are caught > 2. `http://www.host.com/api/{module}/{method}/` + - parameters can be in URL (separated by `/`) - parameters can be in `multipart/form-data` or `x-www-form-urlencoded` - parameters of both URL and content are caught