-
Notifications
You must be signed in to change notification settings - Fork 0
/
restclient.json
135 lines (135 loc) · 3.57 KB
/
restclient.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"front-version": "2.19.1",
"version": 3,
"nodes": [
{
"type": "Project",
"id": "7b764e89-04c3-429d-96e1-38c3e8b73a92",
"lastModified": "2018-12-29T23:02:50.697+02:00",
"name": "Matilda"
},
{
"type": "Request",
"method": {
"link": "http://tools.ietf.org/html/rfc7231#section-4.3.1",
"name": "GET"
},
"body": {
"formBody": {
"overrideContentType": true,
"encoding": "application/x-www-form-urlencoded",
"items": []
},
"bodyType": "Text",
"autoSetLength": true
},
"headersType": "Form",
"uri": {
"query": {
"delimiter": "&",
"items": []
},
"scheme": {
"name": "http",
"version": "V11"
},
"host": "localhost:3000",
"path": "/api/v1/tasks/mid:task:1"
},
"id": "f284239c-5277-42b0-878b-a8376c7137c5",
"lastModified": "2018-12-29T09:55:02.067+02:00",
"name": "GET http://localhost:3000/api/v1/tasks/mid:task:1",
"headers": [],
"metaInfo": {},
"parentId": "7b764e89-04c3-429d-96e1-38c3e8b73a92"
},
{
"uriEditor": true,
"type": "Request",
"method": {
"requestBody": true,
"link": "http://tools.ietf.org/html/rfc7231#section-4.3.3",
"name": "POST"
},
"body": {
"formBody": {
"overrideContentType": true,
"encoding": "application/x-www-form-urlencoded",
"items": []
},
"bodyType": "Text",
"autoSetLength": true,
"textBody": "{\n \"type\": \"installation\",\n \"status\": \"new\",\n \"detail\": \"Test task\",\n \"version\": 1,\n \"enabled\": true \n}"
},
"headersType": "Form",
"uri": {
"query": {
"delimiter": "&",
"items": []
},
"scheme": {
"name": "http",
"version": "V11"
},
"host": "localhost:3000",
"path": "/api/v1/tasks"
},
"id": "3eea10ce-7024-40b7-9ea0-9d56ff395de6",
"lastModified": "2018-12-29T23:02:50.698+02:00",
"name": "POST http://localhost:3000/api/v1/tasks",
"headers": [
{
"enabled": true,
"name": "Content-Type",
"value": "application/json"
}
],
"metaInfo": {},
"parentId": "7b764e89-04c3-429d-96e1-38c3e8b73a92"
},
{
"uriEditor": true,
"type": "Request",
"method": {
"requestBody": true,
"link": "http://tools.ietf.org/html/rfc7231#section-4.3.4",
"name": "PUT"
},
"body": {
"formBody": {
"overrideContentType": true,
"encoding": "application/x-www-form-urlencoded",
"items": []
},
"bodyType": "Text",
"autoSetLength": true,
"textBody": "{\n \"status\": \"new\"\n}"
},
"headersType": "Form",
"uri": {
"query": {
"delimiter": "&",
"items": []
},
"scheme": {
"name": "http",
"version": "V11"
},
"host": "localhost:3000",
"path": "/api/v1/tasks/mid:task:1"
},
"id": "3d7aef01-15c9-48cb-b817-544d75029be1",
"lastModified": "2018-12-29T23:02:46.829+02:00",
"name": "PUT http://localhost:3000/api/v1/tasks/mid:task:1",
"headers": [
{
"enabled": true,
"name": "Content-Type",
"value": "application/json"
}
],
"metaInfo": {},
"parentId": "7b764e89-04c3-429d-96e1-38c3e8b73a92"
}
]
}