김서영, 이재민, 유경민, 정유빈
기능 | 메소드 | URL |
---|---|---|
물건 리스트 조회 | GET | /home/products |
물건 상세 정보 조회 | GET | /home/products?id= |
글쓰기 | POST | /home/articles |
작성글 수정하기 | PUT | /home/articles/{id} |
작성글 삭제하기 | DELETE | /home/articles/{id} |
POST /home/articles
HTTP/1.1 200 OK
Content-Type: application/json
{
"title" : "감성 Sick한 조명",
"article" : "와, 조명 타이어보다 싸다",
"images" : ["api/blobs/asdf1221jda1", "api/blobs/asdf1221jda2", "api/blobs/asdf1221jda3"],
"price" : "170,000",
"isPriceCallable" : false,
"location": "대연 2동",
"shownRange" : 3,
"author" : "asth24nxh3k2",
}
와, API 이거보다 자세할 수 없다.
{
"status": 200,
"message": "로그인 성공",
"data": {
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWRIjoib3VyLXNvcHQbpXkxZgFXHw"
}
}
select * from products where=”location”
200 OK