tempo-api-python-client
tempo-api-python-client copied to clipboard
Python bindings for Tempo - https://apidocs.tempo.io/
I needed to move cloud to cloud tempo data and added those functions to help me with this. They have been tested and it is working fine
The tempo api supports http/2 which offers significant performance improvements. It would be great to have this client support it as well. Perhaps swapping requests for Httpx ? Happy to...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
Is there a reason why the "key" json field has been removed from the api? ``` for wl in worklogs: if wl['author']['accountId'] == tempo_user: issue_key = wl['issue']['key'] ``` Is it...