Skip to content
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

Allow specifying the base_url in constructor of Resource subclasses and in CliBuilder #93

Open
djmason opened this issue Mar 27, 2019 · 0 comments

Comments

@djmason
Copy link

djmason commented Mar 27, 2019

When using a non-default realm of signalfx you need to change the API base URL to be able to use it.

Right now the only way to change the base URL in any object is to directly set the base_url property on it, since the constructors do not propagate the Resource constructor's option to set the base_url.

Further to this, it's not possible to override the base_url using the CLI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant