Brett Langdon
f34def0639
Initial setup
9 years ago
Carlos Alexandro Becker
231da324fa
Deal with 202 Accepted Status Code
Fixes #486 .
Closes #488 .
Change-Id: I31ff003552dbffaca78c740b89d54150b81c525c
9 years ago
Alex Flint
03900620e2
add not on embedding to readme
9 years ago
Alex Flint
f882700b72
add to readme
9 years ago
chandresh-pancholi
a59a35745f
Fix code example in README file
Fixes #420
Closes #423
9 years ago
Alex Flint
6e9648cac6
add goreportcard to readme.md
10 years ago
Glenn Lewis
53a129e94c
Sync doc.go and README.md
Fixes #397 .
Change-Id: I30ce336e3a36cf5758b9bf52b9dd77f7c1df5f27
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
Alex Flint
8fee8f7bbe
move installation instructions to top
10 years ago
Alex Flint
95761fa14a
update readme with new additions
10 years ago
Brett Langdon
8dd29d34bf
Add support for environment variables
10 years ago
Björn Häuser
cedb0a9ae0
update required go version to 1.4
see 92bbb1ce51
10 years ago
Björn Häuser
68d9199c29
Edit branch protection
This adds support and integration tests for editing branch protection.
10 years ago
Alex Flint
9aad09fe14
fix example code
10 years ago
Alex Flint
f89698667c
add custom validation example to README
10 years ago
Will Norris
8f3e741cad
add support for HTTP Basic Authentication
Add a new error type, TwoFactorAuthError, which identifies the need to
include a one-time password when using Basic Auth for a user with
two-factor auth enabled.
An example of using both the new transport and error type can be seen in
examples/basicauth/main.go.
fixes #258
10 years ago
Alex Flint
239d0c1c6f
add coveralls badge
10 years ago
Alex Flint
5185642348
fix note on boolean flags in readme
10 years ago
Alex Flint
60f2612c0c
separate help into WriteUsage and WriteHelp
10 years ago
Alex Flint
bcb41ba048
add travis badge
10 years ago
Alex Flint
beede9329a
added runnable examples
10 years ago
Alex Flint
026a824666
udpate readme
10 years ago
Alex Flint
b666b30474
udpate readme
10 years ago
Alex Flint
19d956870f
udpate readme
10 years ago
Alex Flint
6dc9bbbdfd
udpate readme
10 years ago
Alex Flint
2ac8f555a5
udpate readme
10 years ago
Alex Flint
aa20f7be39
udpate readme
10 years ago
Alex Flint
6582088596
udpate readme
10 years ago
Alex Flint
04e96c0c6b
udpate readme
10 years ago
Alex Flint
22c73471e6
add README
10 years ago
Will Norris
9eb187bac4
oauth2 package now provides a StaticTokenSource
11 years ago
Will Norris
6f7d3a5ad9
update godoc link to github package
11 years ago
dmnlk
31ecb2cc3f
fix RepositoryListByOrgOptions in README sample
RepositoryListByOrgOptions doesn't have a `Sort` field
11 years ago
Will Norris
0aaa85be4f
remove remaining references to goauth2 library
11 years ago
Brian Egizi
a194a0ca62
Update authentication section of README
Fixes references to depreciated goauth2 libaray and replaces example
with the recomended oauth2 implimentation.
11 years ago
Will Norris
2431923100
use newer svg badge for travis
11 years ago
Will Norris
80d3756ba6
use newer svg badge for coveralls
11 years ago
Will Norris
5257f70676
use https for GitHub URL
11 years ago
Quinn Slack
001a731518
Use https for godoc.org URLs
11 years ago
Piotr Zurek
b99cc2eb2c
GoDoc badge instead of a plain link
11 years ago
Maksim Zhylinski
3c771890bd
Add pagination info to the README
12 years ago
Quinn Slack
7abf47b273
Fix English sentence
12 years ago
Will Norris
f3e68761a5
add line break after mailing list
12 years ago
Will Norris
b62300b21f
add link to mailing list
12 years ago
Will Norris
838a7ace69
update documentation
- minor updates to README
- expand package docs to include more information on authentication, as
well as new sections for rate limiting and setting pointer values.
12 years ago
Shawn Smith
60dc60314e
Update README.md
12 years ago
Will Norris
47dde4cc56
add link to gocov report on drone.io
13 years ago
Will Norris
63d5cd9b54
add coveralls.io badge for test coverage
13 years ago
Will Norris
6150579573
add link to LICENSE file
13 years ago
Will Norris
ad39fba48d
go 1.1 required
Now that we're using anonymous struct fields for Rate, go 1.1 really is
required.
13 years ago