HOT한 순으로 상위 10개 태그를 불러오는 API입니다
Last updated 4 years ago
Was this helpful?
GET
/tags
tags: 태그 목록 (tag 배열)
tag
id: 태그 id (number)
tagName: 태그 내용 (string)
HTTP Status code : 200 OK
{ "tags": [ { "id": 1, "tagName": "모바일게임" }, { "id": 2,
HTTP Status code : 500 Internal Server Error