This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
support pagination for listing gists
Krzysztof Kowalczyk
12 years ago
committed by
Will Norris
parent
3aaa6f1189
commit
c9d5bd8c6e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
github/gists.go
+ 2
- 0
github/gists.go
View File
@ -56,6 +56,8 @@ func (g GistFile) String() string {
type
GistListOptions
struct
{
// Since filters Gists by time.
Since
time
.
Time
`
url:"since,omitempty"
`
ListOptions
}
// List gists for a user. Passing the empty string will list
Write
Preview
Loading…
Cancel
Save