게시글 작성 - 생성
모임 가입
동네 생활 프로필
Create - 프로필 등록
POST profiles/{id}
Read - 프로필 정보 읽어오기
GET profiles/{id}
GET profiles/{id} HTTP/1.1
Content-Type: application/json;charset=UTF-8
Content-Length: 44
Host: localhost:8080
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 83
{
"nickname" : "M004", // 닉네임
"views" : 15, // 프로필 조회수
"manner_points" : 38.0 // 당근 온도
}
Update - 프로필 정보 수정
PATCH members/profiles
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 83
{
}
Delete - 프로필 삭제
DELETE members/profiles
주제별 게시글 - 조회