Komei22 / rails-tutorial

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

ユーザ情報を取得するAPIを作成 #116

Closed Komei22 closed 7 years ago

Komei22 commented 7 years ago

何を解決するのか

ユーザ情報を取得するAPIを追加

レスポンス

 curl localhost:3000/api/users/1/profile | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   115    0   115    0     0    237      0 --:--:-- --:--:-- --:--:--   237
{
  "id": 1,
  "name": "Example User",
  "img_url": "https://secure.gravatar.com/avatar/bebfcf57d6d8277d806a9ef3385c078d?s=80"
}

詳細

レビューポイント

レビュアー

@Fendo181

期限

なる速でお願いします!