Generalize Pagination Options #154

Closed
opened 2020-07-17 15:35:43 +00:00 by 6543 · 0 comments
Owner

introduced in #148

-> add it to Pull, Issue, Milestone, ... -List endpoints

&cli.IntFlag{
	Name:    "page",
	Aliases: []string{"p"},
	Usage:   "specify page, default is 1",
	Value:   1,
},
&cli.IntFlag{
	Name:    "limit",
	Aliases: []string{"lm"},
	Usage:   "specify limit of items per page",
},
introduced in #148 -> add it to Pull, Issue, Milestone, ... -List endpoints ```go &cli.IntFlag{ Name: "page", Aliases: []string{"p"}, Usage: "specify page, default is 1", Value: 1, }, &cli.IntFlag{ Name: "limit", Aliases: []string{"lm"}, Usage: "specify limit of items per page", }, ```
6543 added this to the v0.5.0 milestone 2020-07-17 15:35:43 +00:00
6543 added the
kind
enhancement
label 2020-07-17 15:35:43 +00:00
6543 self-assigned this 2020-09-26 21:47:05 +00:00
6543 closed this issue 2020-09-27 12:07:49 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/tea#154
No description provided.