OctopusDeploy / go-octopusdeploy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Remove Default Space for Connections

jbristowe opened this issue · comments

Currently, the Go API client assumes a default space for resolving routes, etc. for the root document. This assumption should be eliminated and routes should explicitly use a space ID. Additionally, the Go API client operations MUST be partitioned to support global AND space-specific routes (i.e. create a space).