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",
|
"name": "get",
|
||||||
"descr": "Отправить http запрос методом GET.",
|
"descr": "Отправить http запрос методом GET.",
|
||||||
"params": [
|
"params": [
|
||||||
"http.get('URL')"
|
"URL"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "post",
|
"name": "post",
|
||||||
"descr": "Отправить http запрос методом POST.",
|
"descr": "Отправить http запрос методом POST.",
|
||||||
"params": [
|
"params": [
|
||||||
"http.post('URL','message')"
|
"URL","message"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user