1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-27 00:51:06 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-01-29 23:01:38 +03:00
parent 8de3153cb8
commit ecbb7f4cf5
23 changed files with 6873 additions and 6389 deletions

View File

@ -10,17 +10,16 @@ import TabItem from '@theme/TabItem';
`Function AddRequestsHandler(Val Project, Val Name, Val SecretKey, Val Method = "GET") Export`
`Function AddRequestsHandler(Val Project, Val OintFunction, Val Method = "GET") Export`
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
| Project | --proj | String | ✔ | Project filepath |
| Name | --name | String | ✔ | Name of the new handler |
| SecretKey | --secret | String | ✔ | Secret key for URL handler |
| OintFunction | --func | String | ✔ | OpenIntegrations function name |
| Method | --method | String | ✖ | HTTP method that will process the handler: GET, POST, MULTIPART |
Returns: Structure Of KeyAndValue - result of adding a handler
Returns: Structure Of KeyAndValue - Result of handler creation
<br/>