simple_ado
simple_ado copied to clipboard
An easy to use wrapper around the Azure DevOps REST API
Depends on #39 being merged first. ADO changed it's file downloads from using the same domain to using a different one. When the redirect happened, the `requests` library detected the...
This depends on #38 being merged first. Some APIs now only support OAuth. With PATs, we can't use those. Adding support for token based authentication solves this. You can run...
These were introduced in Python 3.9 and are significantly more readable than the other version. Instead of having to do `from typing import List` and then setting something like `def...