Brett Langdon
8f4db35b52
add lots more docs
9 years ago
Brett Langdon
2f57f7d072
Add docs on repo setup/releasing
9 years ago
Brett Langdon
076ad1f296
Show docker examples
9 years ago
Brett Langdon
27de71bf23
add requirements.txt example
9 years ago
Brett Langdon
ee9597e893
better pip examples
9 years ago
Brett Langdon
073e24470c
Show examples
9 years ago
Brett Langdon
82ba877832
Update readme
9 years ago
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
Carl Jackson
64eb34159f
Document deprecation, stability
This has been a long time coming; apologies for taking so long!
Fixes #187 , #181 , #14
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
Matt Silverlock
5f42f0f524
[docs] Add http://www.gorillatoolkit.org/pkg/mux to README.
10 years ago
Carl Jackson
859bfa93a8
README: only look at test status for master
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
Timothy Cyrus
66181ed337
Update README.md
10 years ago
Benedikt Lang
aea32c919a
Range support
Added support for version ranges with basic operators:
v, err := semver.Parse("1.2.3")
range, err := semver.ParseRange(">1.0.0 <2.0.0 || >=3.0.0")
if range(v) {
//valid
}
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
Matt Silverlock
e45852e537
Fixed GoDoc badge.
10 years ago
Kamil Kisiel
b0b2bc47bc
Quote domain names in README.md. Use example.com instead of domain.com
Fixes #119
10 years ago
Matt Silverlock
ca524fd37f
Updated README w/ runnable example. Addresses #32 .
11 years ago
Kamil Kisiel
780d0505d7
Update README
11 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