Skip to content

Add apiVersion as a public parameter #87

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

Open
AlessandroDeidda opened this issue Feb 13, 2025 · 1 comment
Open

Add apiVersion as a public parameter #87

AlessandroDeidda opened this issue Feb 13, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@AlessandroDeidda
Copy link

const ( apiVersion = "v62.0" )

It would be helpful to have more control over the API version.
This could be done by adding a parameter to the Init method or to the Creds struct so that it can be used from the authentication process.

@k-capehart k-capehart added the enhancement New feature or request label Feb 14, 2025
@k-capehart
Copy link
Owner

@AlessandroDeidda Yeah, I've thought about this. I think adding it to the Creds struct as an optional value is a good idea. If provided, then it can override the default.

If you want to submit a PR for it then feel free, otherwise I'll try to get to it in the next couple weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants