From 2db150eb1b74c2cf6db9e1d830ed411fda3d23ff Mon Sep 17 00:00:00 2001 From: Xvezda Date: Sun, 21 Jun 2020 05:51:37 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=98=EB=AA=BB=EB=90=9C=20=EC=9D=91?= =?UTF-8?q?=EB=8B=B5=EA=B0=92=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/v1/comment/list.md | 66 ++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/apis/v1/comment/list.md b/apis/v1/comment/list.md index 51ba541..013b934 100644 --- a/apis/v1/comment/list.md +++ b/apis/v1/comment/list.md @@ -37,40 +37,38 @@ GET https://www.tistory.com/apis/comment/list? "secondaryUrl": "", "postId": "4", "totalCount": "3", - "comments": { - "comment": [ - { - "id": "8176918", - "date": "1303796711", - "name": "지나다가", - "parentId": "", - "homepage": "http://someurl.com", - "visibility": "2", - "comment": "좋은 글 감사합니다.", - "open": "Y" - }, - { - "id": "8176923", - "date": "1303796801", - "name": "글쎄요", - "parentId": "", - "homepage": "http://shesgone.com", - "visibility": "2", - "comment": " 제 홈에 와서 구경해보세요^_^", - "open": "N" - }, - { - "id": "8176926", - "date": "1303796900", - "name": "Tistory API", - "parentId": "8176918", - "homepage": "http://oauth.tistory.com", - "visibility": "2", - "comment": "비루한 글에 칭찬을 하시니 몸둘바를 모르.. 지 않아!", - "open": "Y" - } - ] - } + "comments": [ + { + "id": "8176918", + "date": "1303796711", + "name": "지나다가", + "parentId": "", + "homepage": "http://someurl.com", + "visibility": "2", + "comment": "좋은 글 감사합니다.", + "open": "Y" + }, + { + "id": "8176923", + "date": "1303796801", + "name": "글쎄요", + "parentId": "", + "homepage": "http://shesgone.com", + "visibility": "2", + "comment": " 제 홈에 와서 구경해보세요^_^", + "open": "N" + }, + { + "id": "8176926", + "date": "1303796900", + "name": "Tistory API", + "parentId": "8176918", + "homepage": "http://oauth.tistory.com", + "visibility": "2", + "comment": "비루한 글에 칭찬을 하시니 몸둘바를 모르.. 지 않아!", + "open": "Y" + } + ] } } }