##参考
###認証APIについて
URL: https://developer.github.com/v3/oauth_authorizations/#create-a-new-authorization
以下パラメタの抜粋
request parameters:
| Name | Type | Description |
|---|---|---|
| scopes | array | A list of scopes that this authorization is in. |
| note | string | Required A note to remind you what the OAuth token is for. |
###スコープについて
URL: https://developer.github.com/v3/oauth/#scopes
| Name | Description |
|---|---|
| repo | Grants read/write access to code, commit statuses, and deployment statuses for public and private repositories and organizations. |
| delete_repo | Grants access to delete adminable repositories. |