-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Endpoint conflict between instance, registry and baremetal #4
Comments
Happy to accept a PR for it! 👍 |
Hi, I can work on a PR. But I have a question on the design. Should we simply rename some functions ? Or should we rework the actual SCW-Client and cut it into several APIs ? The first option is simpler to implement. The second option is a big breaking change. More detail about how I think to divide the actual client:
|
Hello @mcoolive :) |
So, should I wait? Or are you interesting by a PR ? |
Interested by a PR yes for reworking the client into multiple sub-clients (one for each functions (instances, baremetal, ...)). |
Endpoints like
ListServers
orListImages
are in multiple namespaces and there functions are overwriting each other.The text was updated successfully, but these errors were encountered: