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

API versions are hardcoded and very old #7

Closed
JensRoland opened this issue Oct 8, 2021 · 2 comments
Closed

API versions are hardcoded and very old #7

JensRoland opened this issue Oct 8, 2021 · 2 comments

Comments

@JensRoland
Copy link

It seems that the API versions used in simple_ado are very old, and cannot be configured.

E.g. in git.py on line 89, we see:

request_url = f"{self.http_client.api_endpoint(project_id=project_id)}/git/repositories/?api-version=1.0"

The latest stable API version seems to be 6.0, and the oldest documentation available is version 4.1.

@dalemyers
Copy link
Collaborator

At the time it was written, that was the latest version of the API available. Is there a new feature you need or are you just looking to be able to understand the results via the documentation?

@JensRoland
Copy link
Author

JensRoland commented Oct 8, 2021

We are using it for some of our automation scripts and I was trying to track down a bug. It turned out to be a configuration mixup, nothing related to simple_ado so no worries.

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

2 participants