설명

Requet-Response

HTTP Method Content Mapping URL Method Name
GET 관심사 전체 리스트 조회 /interest getInterest
GET 제품 리스트 조회 /product getProduct
GET 인기 게시글 조회 /gatheringContents/popular getPopular
GET 표현 조회 하기 /expression getExpression
GET 근처 모임 모임 리스트 조회 /gathering getGathering
GET 노출 위치별 배너 조회 /banner getBanner
GET 유저 리프레쉬 토큰 업데이트 /auth/refresh getAuthRefresh

요약

Response 메세지 전달 , 상태 처리 코드 작성완료


Untitled


모든 url별 리스폰스 값들은 하위사진의 구조와 동일하기 때문에 관심사 전체 리스트 조회의 예시를 두겠다.

스크린샷 2023-12-06 오전 9.42.47.png

Interest.java