Skip to content

Commit 4e833b1

Browse files
committed
feat: reworked definitions
1 parent bc87968 commit 4e833b1

133 files changed

Lines changed: 7535 additions & 7871 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"identifier": "REST_HEADER_INPUT",
3-
"name": [
4-
{
5-
"code": "en-US",
6-
"content": "Headers"
7-
}
8-
],
9-
"alias": [
10-
{
11-
"code": "en-US",
12-
"content": "http;rest;header;entry;input"
13-
}
14-
],
15-
"displayMessage": [
16-
{
17-
"code": "en-US",
18-
"content": "Headers"
19-
}
20-
],
21-
"rules": [],
22-
"genericKeys": [],
23-
"linked_data_type_identifiers": [],
24-
"signature": "{}"
2+
"identifier": "REST_HEADER_INPUT",
3+
"name": [
4+
{
5+
"code": "en-US",
6+
"content": "Headers"
7+
}
8+
],
9+
"alias": [
10+
{
11+
"code": "en-US",
12+
"content": "http;rest;header;entry;input"
13+
}
14+
],
15+
"displayMessage": [
16+
{
17+
"code": "en-US",
18+
"content": "Headers"
19+
}
20+
],
21+
"rules": [],
22+
"genericKeys": [],
23+
"linked_data_type_identifiers": [],
24+
"signature": "{}"
2525
}
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"identifier": "REST_ADAPTER_INPUT",
3-
"name": [
4-
{
5-
"code": "en-US",
6-
"content": "Rest Adapter Input"
7-
}
8-
],
9-
"alias": [
10-
{
11-
"code": "en-US",
12-
"content": "http;rest;adapter;input"
13-
}
14-
],
15-
"displayMessage": [
16-
{
17-
"code": "en-US",
18-
"content": "Rest Adapter Input"
19-
}
20-
],
21-
"rules": [],
22-
"genericKeys": [
23-
"T"
24-
],
25-
"linked_data_type_identifiers": [
26-
"REST_HEADER_INPUT"
27-
],
28-
"signature": "{ body: T, headers: REST_HEADER_INPUT }"
2+
"identifier": "REST_ADAPTER_INPUT",
3+
"name": [
4+
{
5+
"code": "en-US",
6+
"content": "Rest Adapter Input"
7+
}
8+
],
9+
"alias": [
10+
{
11+
"code": "en-US",
12+
"content": "http;rest;adapter;input"
13+
}
14+
],
15+
"displayMessage": [
16+
{
17+
"code": "en-US",
18+
"content": "Rest Adapter Input"
19+
}
20+
],
21+
"rules": [],
22+
"genericKeys": [
23+
"T"
24+
],
25+
"linked_data_type_identifiers": [
26+
"REST_HEADER_INPUT"
27+
],
28+
"signature": "{ body: T, headers: REST_HEADER_INPUT }"
2929
}
Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
11
{
2-
"identifier": "REST",
3-
"settings": [
4-
{
5-
"identifier": "HTTP_URL",
6-
"unique": "PROJECT",
7-
"dataTypeIdentifier": "HTTP_URL",
8-
"defaultValue": null,
9-
"name": [
10-
{
11-
"code": "en-US",
12-
"content": "URL"
13-
}
14-
],
15-
"description": [
16-
{
17-
"code": "en-US",
18-
"content": "Specifies the HTTP URL endpoint."
19-
}
20-
]
21-
},
22-
{
23-
"identifier": "HTTP_METHOD",
24-
"unique": "NONE",
25-
"dataTypeIdentifier": "HTTP_METHOD",
26-
"defaultValue": null,
27-
"name": [
28-
{
29-
"code": "en-US",
30-
"content": "Method"
31-
}
32-
],
33-
"description": [
34-
{
35-
"code": "en-US",
36-
"content": "Specifies the HTTP request method (e.g., GET, POST, PUT, DELETE)."
37-
}
38-
]
39-
}
40-
],
41-
"inputTypeIdentifier": "REST_ADAPTER_INPUT",
42-
"returnTypeIdentifier": "HTTP_RESPONSE",
43-
"editable": false,
44-
"name": [
45-
{
46-
"code": "en-US",
47-
"content": "Rest Endpoint"
48-
}
49-
],
50-
"description": [
51-
{
52-
"code": "en-US",
53-
"content": "A REST API is a web service that lets clients interact with data on a server using standard HTTP methods like GET, POST, PUT, and DELETE usually returning results in JSON format."
54-
}
55-
],
56-
"documentation": [],
57-
"displayMessage": [
58-
{
59-
"code": "en-US",
60-
"content": "Trigger Rest-Flow on ${method} with a Request to ${route}"
61-
}
62-
],
63-
"alias": [
64-
{
65-
"code": "en-US",
66-
"content": "http;rest;route;web;webhook"
67-
}
68-
],
69-
"displayIcon": "tabler:world-www"
2+
"identifier": "REST",
3+
"settings": [
4+
{
5+
"identifier": "HTTP_URL",
6+
"unique": "PROJECT",
7+
"dataTypeIdentifier": "HTTP_URL",
8+
"defaultValue": null,
9+
"name": [
10+
{
11+
"code": "en-US",
12+
"content": "URL"
13+
}
14+
],
15+
"description": [
16+
{
17+
"code": "en-US",
18+
"content": "Specifies the HTTP URL endpoint."
19+
}
20+
]
21+
},
22+
{
23+
"identifier": "HTTP_METHOD",
24+
"unique": "NONE",
25+
"dataTypeIdentifier": "HTTP_METHOD",
26+
"defaultValue": null,
27+
"name": [
28+
{
29+
"code": "en-US",
30+
"content": "Method"
31+
}
32+
],
33+
"description": [
34+
{
35+
"code": "en-US",
36+
"content": "Specifies the HTTP request method (e.g., GET, POST, PUT, DELETE)."
37+
}
38+
]
39+
}
40+
],
41+
"inputTypeIdentifier": "REST_ADAPTER_INPUT",
42+
"returnTypeIdentifier": "HTTP_RESPONSE",
43+
"editable": false,
44+
"name": [
45+
{
46+
"code": "en-US",
47+
"content": "Rest Endpoint"
48+
}
49+
],
50+
"description": [
51+
{
52+
"code": "en-US",
53+
"content": "A REST API is a web service that lets clients interact with data on a server using standard HTTP methods like GET, POST, PUT, and DELETE usually returning results in JSON format."
54+
}
55+
],
56+
"documentation": [],
57+
"displayMessage": [
58+
{
59+
"code": "en-US",
60+
"content": "Trigger Rest-Flow on ${method} with a Request to ${route}"
61+
}
62+
],
63+
"alias": [
64+
{
65+
"code": "en-US",
66+
"content": "http;rest;route;web;webhook"
67+
}
68+
],
69+
"displayIcon": "tabler:world-www"
7070
}
Lines changed: 49 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,51 @@
11
{
2-
"runtimeName": "rest::control::respond",
3-
"runtimeParameterDefinitions": [
4-
{
5-
"type": "HTTP_RESPONSE",
6-
"runtimeName": "http_response",
7-
"defaultValue": null,
8-
"name": [
9-
{
10-
"code": "en-US",
11-
"content": "Http Response"
12-
}
13-
],
14-
"description": [
15-
{
16-
"code": "en-US",
17-
"content": "Takes an HTTP response object and transmits it to the requesting client. This parameter represents the final output of the server, including headers, status code, and body content."
18-
}
19-
],
20-
"documentation": []
21-
}
22-
],
23-
"returnType": "void",
24-
"deprecationMessage": [],
25-
"name": [
26-
{
27-
"code": "en-US",
28-
"content": "Respond"
29-
}
30-
],
31-
"description": [
32-
{
33-
"code": "en-US",
34-
"content": "Processes an HTTP response and returns it to the requesting client. This function typically completes the HTTP request–response cycle by delivering the server’s final output, such as headers, status codes, and body content, back to the client."
35-
}
36-
],
37-
"documentation": [],
38-
"alias": [
39-
{
40-
"code": "en-US",
41-
"content": "respond;control;http"
42-
}
43-
],
44-
"displayMessage": [
45-
{
46-
"code": "en-US",
47-
"content": "Sends ${http_response} as a Response"
48-
}
49-
],
50-
"throwsError": false,
51-
"genericKeys": [],
52-
"displayIcon": "tabler:cube-sent"
2+
"runtimeName": "rest::control::respond",
3+
"runtimeParameterDefinitions": [
4+
{
5+
"runtimeName": "http_response",
6+
"defaultValue": null,
7+
"name": [
8+
{
9+
"code": "en-US",
10+
"content": "Http Response"
11+
}
12+
],
13+
"description": [
14+
{
15+
"code": "en-US",
16+
"content": "Takes an HTTP response object and transmits it to the requesting client. This parameter represents the final output of the server, including headers, status code, and body content."
17+
}
18+
],
19+
"documentation": []
20+
}
21+
],
22+
"deprecationMessage": [],
23+
"name": [
24+
{
25+
"code": "en-US",
26+
"content": "Respond"
27+
}
28+
],
29+
"description": [
30+
{
31+
"code": "en-US",
32+
"content": "Processes an HTTP response and returns it to the requesting client. This function typically completes the HTTP request–response cycle by delivering the server’s final output, such as headers, status codes, and body content, back to the client."
33+
}
34+
],
35+
"documentation": [],
36+
"alias": [
37+
{
38+
"code": "en-US",
39+
"content": "respond;control;http"
40+
}
41+
],
42+
"displayMessage": [
43+
{
44+
"code": "en-US",
45+
"content": "Sends ${http_response} as a Response"
46+
}
47+
],
48+
"throwsError": false,
49+
"displayIcon": "tabler:cube-sent",
50+
"signature": "(http_response: HTTP_RESPONSE) => void"
5351
}

0 commit comments

Comments
 (0)