We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
200 404 500 이상
POST /api/login
POST
/api/login
id
string
language는 브라우저단에 저장 따라서 수정도 필요없음. 브라우저에서 수정하면됨.
success
boolean
POST /api/logout
/api/logout
GET /api/jjims
GET
/api/jjims
jjimList
Jjim[]
GET /api/history
/api/history
historyList
History[]
GET /api/point
/api/point
point
int
PUT /api/point
PUT
The text was updated successfully, but these errors were encountered:
GET /api/category/:categoryId
/api/category/:categoryId
projectList
Project[]
GET /api/category
/api/category
categoryList
Category[]
Sorry, something went wrong.
GET /api/popular
/api/popular
popularProjectList
PopularList[]
GET /api/project/:projectId
/api/project/:projectId
projectId
picture
detail
No branches or pull requests
에러처리
200
404
500 이상
⭐️Log In
Request
Endpoint
POST
/api/login
Body
id
string
language는 브라우저단에 저장
따라서 수정도 필요없음. 브라우저에서 수정하면됨.
Response
success
boolean
⭐️Log Out
Request
Endpoint
POST
/api/logout
Response
success
boolean
⭐️Get Jjim List
Request
Endpoint
GET
/api/jjims
Response
jjimList
Jjim[]
⭐️Get a History Data
Request
Endpoint
GET
/api/history
Response
historyList
History[]
⭐️Get a Point
Request
Endpoint
GET
/api/point
Response
point
int
⭐️Modify a Point
Request
Endpoint
PUT
/api/point
Body
point
int
Response
success
boolean
The text was updated successfully, but these errors were encountered: