We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45fb34d + 5c2ab6d commit 10e9d35Copy full SHA for 10e9d35
1 file changed
azure-devops-client/project.go
@@ -29,7 +29,7 @@ func (c *AzureDevopsClient) ListProjects() (list ProjectList, error error) {
29
c.concurrencyLock()
30
31
url := fmt.Sprintf(
32
- "_apis/projects?api-version=%v",
+ "_apis/projects?$top=300&api-version=%v",
33
url.QueryEscape(c.ApiVersion),
34
)
35
response, err := c.rest().R().Get(url)
0 commit comments