Komei22 / rails-tutorial

rails-tutorialのsample_app作っていきます
0 stars 0 forks source link

ユーザのMicropostを全件取得するAPI #117

Closed Komei22 closed 7 years ago

Komei22 commented 7 years ago

何を解決するのか

詳細

レスポンス

$ curl localhost:3000/api/users/1/microposts | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9787    0  9787    0     0  13925      0 --:--:-- --:--:-- --:--:-- 13941
{
  "microposts": [
    {
      "id": 295,
      "content": "Minus ratione illo necessitatibus nihil blanditiis vel exercitationem voluptas accusamus.",
      "user_id": 1,
      "created_at": "2017-10-05T17:55:18.000+09:00",
      "updated_at": "2017-10-05T17:55:18.000+09:00",
      "picture": {
        "url": null
      }
    },
    {
      "id": 289,
      "content": "Temporibus dicta ut earum et accusantium aut.",
      "user_id": 1,
      "created_at": "2017-10-05T17:55:18.000+09:00",
      "updated_at": "2017-10-05T17:55:18.000+09:00",
      "picture": {
        "url": null
      }
    },
...

レビューポイント

レビュアー

@Fendo181

期限

なる速でお願いします!