Batch fetch projects api calls and updated changelog
This commit is contained in:
parent
c24cf0f443
commit
aa825e5aae
2 changed files with 10 additions and 1 deletions
2
external/evcli/client.go
vendored
2
external/evcli/client.go
vendored
|
@ -112,7 +112,7 @@ func (c *Client) SendRequest(method string, relURI *url.URL, body, dest interfac
|
|||
func (c *Client) FetchProjects() (eventline.Projects, error) {
|
||||
var projects eventline.Projects
|
||||
|
||||
cursor := eventline.Cursor{Size: 1}
|
||||
cursor := eventline.Cursor{Size: 20}
|
||||
|
||||
for {
|
||||
var page ProjectPage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue