OctopusDeploy / go-octopusdeploy

| Public | Go API Client for Octopus Deploy :octopus:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fetching all Projects in a project group

tomasmota opened this issue · comments

Is your feature request related to a problem? Please describe.
The following endpoint exists in the api: "/api/projectgroups/{id}/projects"

Describe the solution you'd like
I would like to be able to fetch all projects in a project group through this package, which so far I have not been able to do concisely. Perhaps I am missing something?

Has you tried GetProjects?

Oh that is part of V2, I was still using V1 :) thanks for the help