Skip to content

Commit

Permalink
Update github/github.go
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
  • Loading branch information
francois2metz and gmlewis committed Nov 3, 2022
1 parent 2ec08e9 commit d6c2236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github/github.go
Expand Up @@ -241,7 +241,8 @@ type ListCursorOptions struct {
// This parameter must not be used in combination with last.
First int `url:"first,omitempty"`

// For paginated result sets, the number of results to include per page starting from the last matching result.
// For paginated result sets, the number of results per page (max 100), starting from the last matching result.
// This parameter must not be used in combination with first.
Last int `url:"last,omitempty"`

// A cursor, as given in the Link header. If specified, the query only searches for events after this cursor.
Expand Down

0 comments on commit d6c2236

Please sign in to comment.