You've already forked OpenIntegrations
							
							
				mirror of
				https://github.com/Bayselonarrend/OpenIntegrations.git
				synced 2025-10-30 23:47:46 +02:00 
			
		
		
		
	Main build (Jenkins)
This commit is contained in:
		
							
								
								
									
										37
									
								
								docs/en/md/Integration_proxy_methods/Proxy-settings/Add-requests-handler.mdx
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								docs/en/md/Integration_proxy_methods/Proxy-settings/Add-requests-handler.mdx
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,37 @@ | ||||
| --- | ||||
| sidebar_position: 2 | ||||
| --- | ||||
|  | ||||
| import Tabs from '@theme/Tabs'; | ||||
| import TabItem from '@theme/TabItem'; | ||||
|  | ||||
| # Add requests handler | ||||
|  Adds a new handler to the project | ||||
|  | ||||
|  | ||||
|  | ||||
| `Function AddRequestsHandler(Val Project, Val Name, Val SecretKey, 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 | | ||||
|   | Method | --method | String | ✖ | HTTP method that will process the handler: GET, POST, MULTIPART | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure Of KeyAndValue - result of adding a handler | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| ```bsl title="1C:Enterprise/OneScript code example" | ||||
|  | ||||
| ``` | ||||
|   | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
							
								
								
									
										34
									
								
								docs/en/md/Integration_proxy_methods/Proxy-settings/Create-project.mdx
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								docs/en/md/Integration_proxy_methods/Proxy-settings/Create-project.mdx
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,34 @@ | ||||
| --- | ||||
| sidebar_position: 1 | ||||
| --- | ||||
|  | ||||
| import Tabs from '@theme/Tabs'; | ||||
| import TabItem from '@theme/TabItem'; | ||||
|  | ||||
| # Create project | ||||
|  Creates a project file at the selected path | ||||
|  | ||||
|  | ||||
|  | ||||
| `Function CreateProject(Val Path) Export` | ||||
|  | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Path | --path | String | ✔ | Project filepath | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure Of KeyAndValue - creation result | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| ```bsl title="1C:Enterprise/OneScript code example" | ||||
|  | ||||
| ``` | ||||
|   | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
							
								
								
									
										35
									
								
								docs/en/md/Integration_proxy_methods/Proxy-settings/Start.mdx
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								docs/en/md/Integration_proxy_methods/Proxy-settings/Start.mdx
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,35 @@ | ||||
| --- | ||||
| sidebar_position: 3 | ||||
| --- | ||||
|  | ||||
| import Tabs from '@theme/Tabs'; | ||||
| import TabItem from '@theme/TabItem'; | ||||
|  | ||||
| # Start | ||||
|  Launches integration proxy server | ||||
|  | ||||
|  | ||||
|  | ||||
| `Function Start(Val Port, Val Project) Export` | ||||
|  | ||||
|   | Parameter | CLI option | Type | Required | Description | | ||||
|   |-|-|-|-|-| | ||||
|   | Port | --port | Number | ✔ | Servers port | | ||||
|   | Project | --proj | String | ✔ | Project filepath | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure Of KeyAndValue - server shutdown result | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| ```bsl title="1C:Enterprise/OneScript code example" | ||||
|  | ||||
| ``` | ||||
|   | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
							
								
								
									
										4
									
								
								docs/en/md/Integration_proxy_methods/Proxy-settings/_category_.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								docs/en/md/Integration_proxy_methods/Proxy-settings/_category_.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| { | ||||
| "label": "Proxy settings", | ||||
| "position": "2" | ||||
| } | ||||
		Reference in New Issue
	
	Block a user