-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
[Backend] Travel API #69
Comments
정말 감사합니다! 2. POST TravelCommit 에서 url에 추가 정보 없이 |
네 맞습니다. 근데 생각해보니 travel/id로 POST 요청을 보내도록 수정하는 게 좀 더 자연스러울것 같네요 |
@dreamsh19 |
5. GET Travel List of an Author User
|
@dreamsh19 |
|
@dreamsh19 |
6. GET Travel list that a user is a collaborator of the travel
|
7. PUT Travel settings
|
DELETE travel을 구현해야 할 것 같은데, id가 30인 travel을 삭제해야 한다고 하면
를 모두 삭제하는 식으로 구현해야 하는 게 맞나요? |
지금까지 구현된 Travel API Reference입니다.
1. POST Travel
2. POST TravelCommit
3. GET specific Travel
4. GET recent/popular Travel
수정내역
1. POST Travel
최초로 Create Travel 할 때
2. POST TravelCommit
Travel Edit 할 때
3. GET specific Travel
특정 Travel 가져올 때
4. GET Recent Travel & GET Popular Travel
Recent Travel : 가장 최신의 Travel 10개 가져올 때(최종수정시간 기준)
Popular Travel : 가장 인기있는 Travel 10개 가져올 때(like수 기준)
The text was updated successfully, but these errors were encountered: