Skip to content

Commit 5708072

Browse files
Merge pull request #189 from code0-tech/176-rename-http-to-rest
Rename HTTP Feature into REST
2 parents 23ff901 + 978f770 commit 5708072

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

definitions/http/data_type/http.header_input.proto.json renamed to definitions/rest/data_type/rest.header_input.proto.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"variant": "OBJECT",
3-
"identifier": "HTTP_HEADER_INPUT",
3+
"identifier": "REST_HEADER_INPUT",
44
"name": [
55
{
66
"code": "en-US",
7-
"content": "HTTP Headers"
7+
"content": "Headers"
88
}
99
],
1010
"alias": [
1111
{
1212
"code": "en-US",
13-
"content": "http;header;entry;input"
13+
"content": "http;rest;header;entry;input"
1414
}
1515
],
1616
"displayMessage": [
1717
{
1818
"code": "en-US",
19-
"content": "HTTP Headers"
19+
"content": "Headers"
2020
}
2121
],
2222
"rules": [],

definitions/http/data_type/http_adapter_input.proto.json renamed to definitions/rest/data_type/rest_adapter_input.proto.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"variant": "OBJECT",
3-
"identifier": "HTTP_ADAPTER_INPUT",
3+
"identifier": "REST_ADAPTER_INPUT",
44
"name": [
55
{
66
"code": "en-US",
7-
"content": "HTTP Adapter Input"
7+
"content": "Rest Adapter Input"
88
}
99
],
1010
"alias": [
1111
{
1212
"code": "en-US",
13-
"content": "http;adapter;input"
13+
"content": "http;rest;adapter;input"
1414
}
1515
],
1616
"displayMessage": [
1717
{
1818
"code": "en-US",
19-
"content": "HTTP Adapter Input"
19+
"content": "Rest Adapter Input"
2020
}
2121
],
2222
"rules": [
@@ -32,7 +32,7 @@
3232
"containsKey": {
3333
"key": "headers",
3434
"dataTypeIdentifier": {
35-
"dataTypeIdentifier": "HTTP_HEADER_INPUT"
35+
"dataTypeIdentifier": "REST_HEADER_INPUT"
3636
}
3737
}
3838
},

definitions/http/flow_type/http.proto.json renamed to definitions/rest/flow_type/rest.proto.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"identifier": "HTTP",
2+
"identifier": "REST",
33
"settings": [
44
{
55
"identifier": "HTTP_URL",
@@ -38,7 +38,7 @@
3838
]
3939
}
4040
],
41-
"inputTypeIdentifier": "HTTP_ADAPTER_INPUT",
41+
"inputTypeIdentifier": "REST_ADAPTER_INPUT",
4242
"returnTypeIdentifier": "HTTP_RESPONSE",
4343
"editable": false,
4444
"name": [

definitions/http/runtime_definition/http_control_respond.proto.json renamed to definitions/rest/runtime_definition/rest_control_respond.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"runtimeName": "http::control::respond",
2+
"runtimeName": "rest::control::respond",
33
"runtimeParameterDefinitions": [
44
{
55
"dataTypeIdentifier": {

0 commit comments

Comments
 (0)