Get request handler
Gets information about the handler by key
Function GetRequestsHandler(Val Project, Val HandlersKey) Export
Parameter | CLI option | Type | Required | Description |
---|---|---|---|---|
Project | --proj | String | ✔ | Project filepath |
HandlersKey | --handler | String | ✔ | Handlers key |
Returns: Structure Of KeyAndValue - Handlers information
- Bash
- CMD/Bat
melezh GetRequestsHandler \
--proj "/proj.melezh" \
--handler "2a9d8b43f"
melezh GetRequestsHandler ^
--proj "/proj.melezh" ^
--handler "2a9d8b43f"
Result
{
"data": {
"active": 1,
"function": "SendTextMessage",
"key": "2a9d8b43f",
"library": "telegram",
"method": "GET",
"args": []
},
"result": true
}