Get request handlers list
Gets the list of handlers in the project
Function GetRequestsHandlersList(Val Project) Export
Parameter | CLI option | Type | Required | Description |
---|---|---|---|---|
Project | --proj | String | ✔ | Project filepath |
Returns: Structure Of KeyAndValue - Handlers list
- Bash
- CMD/Bat
melezh GetRequestsHandlersList \
--proj "/proj.melezh"
melezh GetRequestsHandlersList ^
--proj "/proj.melezh"
Result
{
"data": [
{
"active": 1,
"function": "SendTextMessage",
"key": "3c068dd20",
"library": "telegram",
"method": "GET"
}
],
"result": true
}