Open
Description
Clients - Should have a clear package with minimal dependencies for go client code. Most users should only need to import a versioned client and API
- Move current ‘client’ code to ‘client/v1’
- Define interfaces for REST clients
- Add library client implementation (wrapper around manager)
community-assigned: @Thiht