Blog - HeeeeeJinJeong/HeeeeeJinJeong.github.io GitHub Wiki

BaseURL : http://

Post

블로그 글

Post List

블로그 글 목록을 리턴

  • URL : '/posts/'
  • Method : 'GET'

Response

Structure

{Post Object}
[
    {
        "pk": 1,
        "title": "title1",
        "content": "",
        "is_published": false,
        "created": "2019-07-12T07:12:48.782720Z",
        "modified": "2019-07-12T07:12:48.782744Z"
    },
    {
        "pk": 2,
        "title": "title2",
        "content": "content",
        "is_published": true,
        "created": "2019-07-12T07:13:02.861269Z",
        "modified": "2019-07-12T07:13:02.861298Z"
    }
]