Skip to content

Commit 950d8c5

Browse files
committed
ref: renamed rest into http
1 parent a723810 commit 950d8c5

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ npm i @code0-tech/code0-definition-reader --save-dev
8282
const features = Definition("./path/to/definitions")
8383

8484
for (const feature in features) {
85-
const name = feature.name; //name of the feature (e.g. rest)
85+
const name = feature.name; //name of the feature (e.g. http)
8686
const dataTypes = fearture.dataTypes; //dataTypes of this feature
8787
const flowTypes = fearture.flowTypes; //flowTypes of this feature
8888
const functions = fearture.runtimeFunctions; //runtimeFunctions of this feature
File renamed without changes.

definitions/rest/data_type/object/http_header_entry.json renamed to definitions/http/data_type/object/http_header_entry.json

File renamed without changes.

definitions/rest/data_type/object/http_request_object.json renamed to definitions/http/data_type/object/http_request_object.json

File renamed without changes.

definitions/rest/data_type/object/http_response_object.json renamed to definitions/http/data_type/object/http_response_object.json

File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"identifier": "REST",
2+
"identifier": "HTTP",
33
"settings": [],
44
"input_type_identifier": "HTTP_REQUEST_OBJECT",
55
"return_type_identifier": "HTTP_RESPONSE_OBJECT",

0 commit comments

Comments
 (0)