-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
102 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,3 +47,5 @@ application-secret.properties | |
application.properties | ||
|
||
screen | ||
|
||
http-client.private.env.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
POST {{host}}/api/application | ||
Authorization: Bearer {{token}} | ||
Content-Type: application/json | ||
|
||
{ | ||
"isAgreed": true, | ||
"name": "홍길동", | ||
"gender": "male/femail", | ||
"studentNumber": "20190315", | ||
"major": "소프트웨어학부", | ||
"multiMajor": "수학", | ||
"semester": "3-2", | ||
"phone": "010-1234-5678", | ||
"email": "[email protected]", | ||
"pathToKnow": "string", | ||
"etcDetail": "인터넷 검색", | ||
"part": "PM" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// get from http-client.private.env.json | ||
GET {{host}}/api/application/1/page1 | ||
Authorization: Bearer {{token}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// get from http-client.private.env.json | ||
GET {{host}}/api/application/1/page2 | ||
Authorization: Bearer {{token}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// get from http-client.private.env.json | ||
GET {{host}}/api/application/1/page3 | ||
Authorization: Bearer {{token}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// get from http-client.private.env.json | ||
GET {{host}}/api/application/1/page4 | ||
Authorization: Bearer {{token}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
// get from http-client.private.env.json | ||
PATCH {{host}}/api/application/1/page4 | ||
Authorization: Bearer {{token}} | ||
Content-Type: application/json | ||
|
||
{ | ||
"firstDay": [ | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0 | ||
], | ||
"secondDay": [ | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0 | ||
], | ||
"thirdDay": [ | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0 | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// get from http-client.private.env.json | ||
PATCH {{host}}/api/application/1/page4 | ||
Authorization: Bearer {{token}} | ||
Content-Type: application/json | ||
|
||
{ | ||
"commonAnswer1": "공통질문1", | ||
"commonAnswer2": "공통질문2", | ||
"commonAnswer3": "공통질문3", | ||
"commonAnswer4": "공통질문4", | ||
"commonAnswer5": "공통질문5" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// get from http-client.private.env.json | ||
PATCH {{host}}/api/application/1/page3 | ||
Authorization: Bearer {{token}} | ||
Content-Type: application/json | ||
|
||
{ | ||
"commonAnswer1": "공통질문1", | ||
"commonAnswer2": "공통질문2", | ||
"commonAnswer3": "공통질문3", | ||
"commonAnswer4": "공통질문4", | ||
"commonAnswer5": "공통질문5" | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
GET https://startlion.kro.kr/api/interviews/1 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters