File tree Expand file tree Collapse file tree 2 files changed +33
-3
lines changed Expand file tree Collapse file tree 2 files changed +33
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "message" : " OK" ,
3
+ "data" : [
4
+ {
5
+ "name" : " Amikom Yogyakarta University" ,
6
+ "description" : " Information System - GPA 3.85" ,
7
+ "start_date" : " 2019" ,
8
+ "end_date" : " 2023"
9
+ },
10
+ {
11
+ "name" : " Dicoding Academy" ,
12
+ "description" : " Training as a frontend and backend developer" ,
13
+ "start_date" : " February 2022" ,
14
+ "end_date" : " July 2021"
15
+ },
16
+ {
17
+ "name" : " PT Git Solution" ,
18
+ "description" : " Bootcamp as a web developer" ,
19
+ "start_date" : " September 2021" ,
20
+ "end_date" : " December 2021"
21
+ }
22
+ ]
23
+ }
Original file line number Diff line number Diff line change 5
5
"name" : " experiences" ,
6
6
"url" : " /experiences" ,
7
7
"description" : " return all my experiences" ,
8
- "status" : " 200" ,
8
+ "status" : 200 ,
9
9
"method" : " GET"
10
10
},
11
11
{
12
12
"name" : " projects" ,
13
13
"url" : " /projects" ,
14
14
"description" : " return all my projects" ,
15
- "status" : " 422" ,
15
+ "status" : 422 ,
16
16
"method" : " GET"
17
17
},
18
18
{
19
19
"name" : " reachMeOut" ,
20
20
"url" : " /reach-me-out" ,
21
21
"description" : " return all my contacts" ,
22
- "status" : " 200" ,
22
+ "status" : 200 ,
23
+ "method" : " GET"
24
+ },
25
+ {
26
+ "name" : " educations" ,
27
+ "url" : " /educations" ,
28
+ "description" : " return all my educations" ,
29
+ "status" : 200 ,
23
30
"method" : " GET"
24
31
}
25
32
]
You can’t perform that action at this time.
0 commit comments