Skip to content

Commit ba6b8ab

Browse files
committed
sample data
0 parents  commit ba6b8ab

34 files changed

+1025
-0
lines changed

Default Workspace/_workspace.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: v1
2+
kind: Workspace
3+
metadata:
4+
id: default
5+
name: Default Workspace
6+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: v1
2+
kind: Preferences
3+
metadata:
4+
id: b08531a5-97b8-4d21-a461-31e7981c45e3
5+
name: Preferences
6+
spec:
7+
darkMode: true
8+
selectedEnvironment:
9+
id: ""
10+
name: None

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright 2023 The Chapar authors
2+
3+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
4+
following conditions are met:
5+
6+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following
7+
disclaimer.
8+
9+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
10+
disclaimer in the documentation and/or other materials provided with the distribution.
11+
12+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products
13+
derived from this software without specific prior written permission.
14+
15+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
16+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
18+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
20+
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
21+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Personal Workspace/_workspace.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: v1
2+
kind: Workspace
3+
metadata:
4+
id: 8451833b-43cb-4fd2-908e-b14249c519fa
5+
name: Personal Workspace
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
apiVersion: v1
2+
kind: Request
3+
metadata:
4+
id: f22eabd2-6806-4ff6-88d3-e0bea8cef795
5+
name: Login
6+
type: GET
7+
spec:
8+
http:
9+
method: POST
10+
url: '{{baseURL}}/auth/v1/login'
11+
lastUsedEnvironment:
12+
id: ""
13+
name: ""
14+
request:
15+
headers:
16+
- id: afa16261-83d8-4897-ae4e-78a92d33c5cc
17+
key: Content-Type
18+
value: application/json
19+
enable: true
20+
- id: 8d780b27-10f3-48e5-8a6b-978fc50e26b0
21+
key: Accept
22+
value: application/json
23+
enable: true
24+
pathParams: []
25+
queryParams: []
26+
body:
27+
type: json
28+
data: |
29+
{
30+
"email": "[email protected]",
31+
"password": "foobar"
32+
}
33+
auth:
34+
type: None
35+
preRequest:
36+
type: None
37+
script: ""
38+
postRequest:
39+
type: setEnv
40+
script: ""
41+
set:
42+
target: ""
43+
statusCode: 0
44+
from: ""
45+
fromKey: ""
46+
responses: []
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
apiVersion: v1
2+
kind: Request
3+
metadata:
4+
id: 878b0afe-c540-4f75-b233-897d83517d1f
5+
name: Register User (copy)
6+
type: GET
7+
spec:
8+
http:
9+
method: POST
10+
url: '{{baseURL}}/auth/v1/register'
11+
lastUsedEnvironment:
12+
id: ""
13+
name: ""
14+
request:
15+
headers:
16+
- id: 8265be9b-3d67-4fd2-b3c9-44fefbd8f5c7
17+
key: Content-Type
18+
value: application/json
19+
enable: true
20+
- id: bd631e8e-6a04-41c1-b05b-ea2c7a7949c6
21+
key: Accept
22+
value: application/json
23+
enable: true
24+
pathParams: []
25+
queryParams: []
26+
body:
27+
type: json
28+
data: |-
29+
{
30+
"email": "[email protected]",
31+
"password": "foobar",
32+
"first_name": "mohsen",
33+
"last_name": "m"
34+
}
35+
auth:
36+
type: None
37+
preRequest:
38+
type: None
39+
script: ""
40+
postRequest:
41+
type: None
42+
script: ""
43+
set:
44+
target: ""
45+
statusCode: 0
46+
from: ""
47+
fromKey: ""
48+
responses: []
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
apiVersion: v1
2+
kind: Request
3+
metadata:
4+
id: 2e7717fc-c3e2-4c7d-81a9-e64be83c2434
5+
name: Register User
6+
type: GET
7+
spec:
8+
http:
9+
method: GET
10+
url: '{{baseURL}}/auth/v1/register'
11+
lastUsedEnvironment:
12+
id: ""
13+
name: ""
14+
request:
15+
headers:
16+
- id: 8265be9b-3d67-4fd2-b3c9-44fefbd8f5c7
17+
key: Content-Type
18+
value: application/json
19+
enable: true
20+
- id: bd631e8e-6a04-41c1-b05b-ea2c7a7949c6
21+
key: Accept
22+
value: application/json
23+
enable: true
24+
pathParams: []
25+
queryParams: []
26+
body:
27+
type: json
28+
data: |-
29+
{
30+
"email": "[email protected]",
31+
"password": "foobar",
32+
"first_name": "mohsen",
33+
"last_name": "m"
34+
}
35+
auth:
36+
type: None
37+
preRequest:
38+
type: None
39+
script: ""
40+
postRequest:
41+
type: None
42+
script: ""
43+
set:
44+
target: ""
45+
statusCode: 0
46+
from: ""
47+
fromKey: ""
48+
responses: []
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: v1
2+
kind: Collection
3+
metadata:
4+
id: 4b7ac31a-57cc-4e14-8f2d-610b8c7a9890
5+
name: Auth API
6+
spec:
7+
requests: []
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
apiVersion: v1
2+
kind: Request
3+
metadata:
4+
id: c96f7058-3d5a-4a3f-b861-1493243f2db6
5+
name: Get Private Keys
6+
type: GET
7+
spec:
8+
http:
9+
method: GET
10+
url: '{{baseUrl}}/certs/v1/.keys'
11+
lastUsedEnvironment:
12+
id: ""
13+
name: ""
14+
request:
15+
headers:
16+
- id: 4a3028fc-5f65-449f-aaf0-3e942f1806be
17+
key: Accept
18+
value: application/json
19+
enable: true
20+
pathParams: []
21+
queryParams: []
22+
body:
23+
type: none
24+
data: ""
25+
auth:
26+
type: None
27+
preRequest:
28+
type: None
29+
script: ""
30+
postRequest:
31+
type: None
32+
script: ""
33+
set:
34+
target: ""
35+
from: ""
36+
fromKey: ""
37+
responses: []
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
apiVersion: v1
2+
kind: Request
3+
metadata:
4+
id: 042d4570-350f-4237-bc9d-f74ec826ac76
5+
name: Get Public Keys
6+
type: GET
7+
spec:
8+
http:
9+
method: GET
10+
url: '{{baseURL}}/certs/v1/keys'
11+
lastUsedEnvironment:
12+
id: ""
13+
name: ""
14+
request:
15+
headers:
16+
- id: b742c9c3-092f-444f-b337-966c436abb01
17+
key: Accept
18+
value: application/json
19+
enable: true
20+
pathParams: []
21+
queryParams: []
22+
body:
23+
type: JSON
24+
data: ""
25+
auth:
26+
type: None
27+
preRequest:
28+
type: None
29+
script: ""
30+
postRequest:
31+
type: None
32+
script: ""
33+
set:
34+
target: ""
35+
from: ""
36+
fromKey: ""
37+
responses: []
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: v1
2+
kind: Collection
3+
metadata:
4+
id: 7a0b2dcb-7bfe-4129-b45f-f9309d11df54
5+
name: Certs API
6+
spec:
7+
requests: []
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
apiVersion: v1
2+
kind: Request
3+
metadata:
4+
id: f4154b43-db15-4f15-9b19-3c494de18af4
5+
name: Generate ID
6+
type: GET
7+
spec:
8+
http:
9+
method: GET
10+
url: '{{baseURL}}/id/v1/generate?type=snowflake'
11+
lastUsedEnvironment:
12+
id: ""
13+
name: ""
14+
request:
15+
headers:
16+
- id: ddcac5e3-ad44-4424-9d9c-3690550b647f
17+
key: Accept
18+
value: application/json
19+
enable: true
20+
pathParams: []
21+
queryParams: []
22+
body:
23+
type: JSON
24+
data: ""
25+
auth:
26+
type: None
27+
preRequest:
28+
type: None
29+
script: ""
30+
postRequest:
31+
type: None
32+
script: ""
33+
set:
34+
target: ""
35+
statusCode: 0
36+
from: ""
37+
fromKey: ""
38+
responses: []
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
apiVersion: v1
2+
kind: Request
3+
metadata:
4+
id: cdedcae1-cb67-4f88-94bd-6058c321da47
5+
name: Get Types
6+
type: GET
7+
spec:
8+
http:
9+
method: GET
10+
url: '{{baseURL}}/id/v1/types'
11+
lastUsedEnvironment:
12+
id: ""
13+
name: ""
14+
request:
15+
headers:
16+
- id: 312ebf6c-ff0e-4c23-99ed-5fd92b2c7d1a
17+
key: Accept
18+
value: application/json
19+
enable: true
20+
pathParams: []
21+
queryParams: []
22+
body:
23+
type: JSON
24+
data: ""
25+
auth:
26+
type: None
27+
preRequest:
28+
type: None
29+
script: ""
30+
postRequest:
31+
type: None
32+
script: ""
33+
set:
34+
target: ""
35+
from: ""
36+
fromKey: ""
37+
responses: []
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: v1
2+
kind: Collection
3+
metadata:
4+
id: 66929b70-3095-46be-8555-0fd2542a0914
5+
name: ID API
6+
spec:
7+
requests: []

0 commit comments

Comments
 (0)