Post API
게시물 관련 API
좋아요 등록
GET
https://soojle.io/post_like/<string:obi>
Path Parameters
Name
Type
Description
obi
string
포스트 ObjectID string
Headers
Name
Type
Description
Authorization
string
"Bearer " + token
좋아요 취소
GET
https://soojle.io/post_unlike/<string:obi>
Path Parameters
Name
Type
Description
obi
string
포스트 ObjectID string
Headers
Name
Type
Description
Authorization
string
"Bearer" + token
조회수 올리기
GET
https://soojle.io/post_view/<string:obi>
Path Parameters
Name
Type
Description
obi
string
포스트 ObjectID string
Headers
Name
Type
Description
Authorization
string
"Bearer " + token
Last updated