GetSystemClient returns an Octopus api Client instance which isn't bound to any Space. Use it for things that live outside of a space, such as Teams, or Spaces themselves
(requester Requester)
| 28 | // GetSystemClient returns an Octopus api Client instance which isn't bound to any Space. |
| 29 | // Use it for things that live outside of a space, such as Teams, or Spaces themselves |
| 30 | GetSystemClient(requester Requester) (*octopusApiClient.Client, error) |
| 31 | |
| 32 | // GetActiveSpace returns the currently selected space. |
| 33 | // Note this is lazily populated when you call GetSpacedClient; |
no outgoing calls