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/detail?consumerId={consumerId}&myId={consumerId}
{ "Content-Type": "application/json; charset=utf-8" }
200 OK
{ "success": true, "message": "성공했습니다", "data": { "consumer": { "id": "consumer2", "consumerId": "consumer2", "consumerNickname": "G구본", "consumerRank": 5, "consumerScore": 29000, "profileContent": "G구본의 잡학다식", "profileUrl": "/healthcheck.png", "scrappedMagazineIds": [], "likedMagazineIds": [], "followerConsumerIds": [ "consumer1" ], "followingConsumerIds": [ "consumer1" ], "upDt": "2023-12-05" }, "isFollow": true } }
The text was updated successfully, but these errors were encountered:
yeeeun0514
No branches or pull requests
API
다른 사람 프로필 조회
Request
GET
/api/consumer/detail?consumerId={consumerId}&myId={consumerId}
Response
200 OK
The text was updated successfully, but these errors were encountered: