간단 api....
Last updated
Last updated
Good to know: All the methods shown below are synced to an example Swagger file URL and are kept up to date automatically with changes to the API.
GET
{{host}}/articles/
작성된 리뷰의 정보를 받아 리스트로 표시해준다.
리뷰 내용, 작성자, 사진, 식당이름, 좋아요, 카테고리
Name | Type | Description |
---|---|---|
GET
{{host}}/articles/
로그인 된 회원의 정보를 받아 표시해준다.
PUT
{{host}}/articles/<int:article_id>/
DELETE
{{host}}/articles/<int:article_id>/
POST
{{host}}/articles/<int:article_id>/<comment_id>/
PUT
{{host}}/articles/<int:article_id>/<int:comment_id>/
DELETE
{{host}}/articles/<int:article_id>/
POST
{{host}}/articles/<int:article_id>/<like_id>/
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
content*
String
author*
String
review_pic*
String
likes
String
restaurant_idㄱ
String
category_id
String
user_id*
int
email*
str
title
str
content
str
author*
int
login user
restaurant_id*
int
comment*
str
author*
int
login user
comment*
str
author*
int
login user