Hanno Hecker
07a1059646
add (AuthorizationsService) CreateImpersonation/DeleteImpersonation
Closes #342 .
10 years ago
Matthew Dempsky
8808be6605
Avoid unnecessary FooService allocations
Fixes #389
Fixes #390
10 years ago
Billy Lynch
087a452730
add support for OAuth Grant Authorizations API
GitHub API docs: https://developer.github.com/v3/oauth_authorizations
Fixes #348 .
Closes #388 .
Change-Id: I795b1c0e10bde10a1bc9aaa4594af4c91e07962d
10 years ago
Glenn Lewis
4ea1b10b74
replace []Issue with []*Issue and for other large structs as well
Note that this is an API-breaking change but should have minimal
impact on users of this package due to the nice inference
properties of the Go programming language.
Bumped `libraryVersion` to `2` due to API-breaking change as
discussed in #376 .
Fixes #180 .
Change-Id: Ib386135e6b8f306d1f54278968c576f3ceccc4e7
10 years ago
Glenn Lewis
a6edb1171a
add support for git signing API methods
Fixes #334 .
Change-Id: I9b10ae5e7679f5196778d9eb3ded6168d7facfc3
10 years ago
Neil O'Toole
3f4539c62a
Update AuthorizationsService
- add new Scope type with values for each of GitHub's current scopes
- add String method to Authorization types
- doc updates
10 years ago
sona-tar
68828ce43f
Support OAuth Authrization API.
Fixes #119
Fixes #241
10 years ago