mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Уточняем описание модуля HttpGet
This commit is contained in:
@@ -34,14 +34,14 @@
|
||||
"name": "get",
|
||||
"descr": "Отправить http запрос методом GET.",
|
||||
"params": [
|
||||
"http.get('URL')"
|
||||
"URL"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "post",
|
||||
"descr": "Отправить http запрос методом POST.",
|
||||
"params": [
|
||||
"http.post('URL','message')"
|
||||
"URL","message"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user