HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
🍒
[팀10] CherryBoys❤️
/Request/Response(1차 설계)/
쭝❤️

쭝❤️

  • 용병 구인 글 리스트 조회
    • Request
      • { //url/start={end+1}/end={end+5} 아마? startIndex, endIndex // 혹은 count로 갯수 관리 }
 
  • 용병 구인 글 상세 조회
    • Request
      • X // url/{postId}
 
  • 용병 구인 글 수정
    • Request
      • token, { "city": "행정구역", "hirePlayerNumber": 3, "region": '시', "groundName": "유제두 체육관" "position": "윙백", "ageGroup": "20s", "detail": "약속 잘지키면 좋습니다", }
 
  • 용병 구인 글 삭제
    • Request
      • token
 
  • 용병 신청
    • Request
      • { "userId": 2323423, }
 
  • 용병 신청 취소
    • Request
      • X
 
  • 용병 신청자 리스트 조회
    • Request
      • X
 
  • 용병 수락
    • Request ( pathVariabled에는 postId가 있으면 좋겠당 )
      • token, { "applications": [ { id: 123, }, { id: 12345, } ] }
 
  • 용병 구인 글 작성
    • Request
      • token, { "city": "행정구역", "hirePlayerNumber": 3, "region": '시', "groundName": "유제두 체육관" "position": "윙백", "ageGroup": "20s", "detail": "약속 잘지키면 좋습니다" }