We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET
/api/consumer/{consumerId}/scraps
{ "Content-Type": "application/json; charset=utf-8" }
200 OK
{ "success": true, "message": "성공했습니다.", "data": { "scrappedMagazineIds": ["1"] } }
POST
/api/consumer/{consumerId}/scraps/{magazineId}
201 Created
{ "success": true, "message": "성공했습니다.", "result": { "scrappedMagazineId": "UPDATED" } }
The text was updated successfully, but these errors were encountered:
woorim960
No branches or pull requests
API
내가 스크랩한 게시물 목록 조회
Request
GET
/api/consumer/{consumerId}/scraps
Response
200 OK
매거진 스크랩하기
Request
POST
/api/consumer/{consumerId}/scraps/{magazineId}
Response
201 Created
The text was updated successfully, but these errors were encountered: