-
Notifications
You must be signed in to change notification settings - Fork 0
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
Task/add initial files #1
Conversation
to enable metrics workflow
Should the namespace be more specific, e.g. "saas_client" or "saas_api_python"? |
"Python" I think is clear from the context, as it is a python namespace and not a java one. Imagining using the API, I assume a developer would prefer writing something like But maybe, later on, we might create a class |
I agree that the word "python" is not needed. Longer names in the import are usually not a problem as you can use short aliases. I just thought it would be good to distinguish between the backend and the client namespaces. But I guess exasol.saas.client will work just as well. |
No description provided.