LoginSignup
5

More than 5 years have passed since last update.

GitHub APIでユーザー情報を取得する

Last updated at Posted at 2016-06-23

Pull Requestの取得に続いて、ユーザー情報取得を試してみる。

前提

GitHubで「Personal access tokens」からTokenを取得しておく。
※「Select scopes」は全て未選択の状態でもOKでした。

GitHub APIリファレンス

Get a single user

実行してみる

個別ユーザー情報の取得

https://api.github.com/users/kz800?access_token=xxxxx

ユーザー情報が返ってくれば成功です。

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5