Get project group
documentedGet a project group.
GET /v2/project_groups/{id}Project Groupsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.letsfreckle.com/v2/project_groups/{{$id}}" \
-X GET \
-H "User-Agent: {{USER_AGENT}}" \
-H "Accept: application/json" \
-H "X-FreckleToken: {{LETSFRECKLE_API_KEY}}"