더북(TheBook)

다음과 같이 응답이 나타났나요?

{
  "id": 1,
  "title": "나의  번째 게시글",
  "body": "Hello World",
  "user": {
      "id": 1,
      "username": "johndoe",
      "email": "johndoe@email.com",
      "provider": "local",
      "confirmed": true,
      "blocked": null,
      "role": 1,
      "created_at": "2021-03-13T19:08:31.395Z",
      "updated_at": "2021-03-13T19:08:31.400Z"
  },
  "published_at": "2021-03-13T19:37:27.530Z",
  "created_at": "2021-03-13T19:37:27.540Z",
  "updated_at": "2021-03-13T19:37:27.550Z"
}

새로운 Article 작성에 성공했습니다! 이제 다음 API를 사용하여 Article 목록을 조회해보세요.

GET http://localhost:1337/articles
신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.