Alex Flint
cd9f5188a8
fix example
10 years ago
Alex Flint
beede9329a
added runnable examples
10 years ago
Dmitri Shuralyov
6eb49d4ba5
Add support for 'renamed' issue events.
Documented at https://developer.github.com/v3/issues/events/#events-1
and https://developer.github.com/v3/issues/events/#attributes .
> Event "renamed":
> The issue title was changed.
> Attribute "rename":
> An object containing rename details including ‘from’ and ‘to’
> attributes. Only provided for ‘renamed’ events.
10 years ago
Alex Flint
30befae91a
move more stuff over to the parser struct
10 years ago
Alex Flint
f427e9f317
added parser struct
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
Alex Flint
7e1437715b
add example.go
10 years ago
Alex Flint
76293a5a72
add usage.go
10 years ago
Alex Flint
bdbdf034c7
Merge branch 'master' of github.com:alexflint/go-arg
10 years ago
Alex Flint
c131173edd
Initial commit
10 years ago
Alex Flint
b9ad104f33
added usage generation
10 years ago
Alex Flint
8397a40f4c
positional arguments working
10 years ago
Alex Flint
408290f7c2
basic first version working
10 years ago
Will Norris
81d0490d8a
use PUT verb when setting org membership
Fixes #244
10 years ago
Will Norris
84fc80440d
add Maxime Bury as contributor
10 years ago
Maxime Bury
25b0481acb
Adding DownloadReleaseAsset
11 years ago
Will Norris
9420d0f48a
add Chris Broadfoot as contributor
10 years ago
Chris Broadfoot
a68b0c3720
Fix typo in ListOrgMembershipsOptions
10 years ago
Matt Silverlock
ad4d7a5882
Merge pull request #128 from mcasper/typo
[docs] Add docs to private functions; fix typo.
10 years ago
Matt Casper
ac3897eae3
Fix a typo in the comments, add a few comment docs
10 years ago
Dmitri Shuralyov
2570a87f54
Fix typos in docs.
10 years ago
Will Norris
0d67682ce8
add Mark McDonald as contributor
10 years ago
Mark McDonald
df9ba7109d
Fixed typo in rate limit test
11 years ago
Will Norris
1bbee11acf
add Cami Diez as contributor
10 years ago
Cami Diez
0a0089e759
Fixed method name
11 years ago
Will Norris
764a216cad
add erwinvaneyk as contributor
10 years ago
erwinvaneyk
c801b653c2
Added field to NotificationListOptions
11 years ago
Will Norris
6f840327ff
add Yicheng Qin as contributor
10 years ago
Yicheng Qin
3ec5f1a72f
update repos example to use RateLimits
The RateLimit() func is deprecated, and should not appear in the
official example.
10 years ago
Will Norris
7715d059dc
add Francis as contributor
10 years ago
Francis
cf52ab072c
update UserListOptions docs
As of [fccbb9520b (diff-e754c06a3071f63f53cee61571452b4c),) `Users.List` method was updated to `Users.ListAll`. This commit updates the documentation for `UserListOptions` to reflect that change.
10 years ago
Will Norris
82f067090e
add Jihoon Chung as contributor
10 years ago
Jihoon Chung
1ee11e5972
Fix incorrect URLs for milestone APIs
API URLs starting with "/" does not play well with Github Enterprise,
whose API endpoint looks like "http(s)://hostname/api/v3/".
This fixes incorrect URLs in miletones APIs.
10 years ago
Will Norris
27323da7f6
add Omar Jarjur as contributor
10 years ago
Omar Jarjur
08bb599b46
Add comment location fields to the PullRequestComment struct.
This change adds the fields "DiffHunk", "OriginalPosition", and "OriginalCommitId" to the PullRequestComment struct. These fields provide important information about the location of a comment.
10 years ago
Kamil Kisiel
49c0242755
Merge pull request #125 from eastwood/develop
Fixed documentation from Issue 16
10 years ago
Clint Ryan
8ae7a23e03
Fixed documentation from Issue 16
10 years ago
Kamil Kisiel
ee1815431e
Update .travis.yml
10 years ago
Kamil Kisiel
1c83b3eabd
Update .travis.yml
10 years ago
Kamil Kisiel
f8220e087d
travis-ci: more recent go versions
10 years ago
Matt Silverlock
f7b6aaaa69
Merge pull request #122 from gorilla/README-badge-fix
Fixed GoDoc badge.
10 years ago
Matt Silverlock
e45852e537
Fixed GoDoc badge.
10 years ago