opsmill / infrahub-sdk-python

Python SDK to interact with Infrahub
https://www.opsmill.com
Apache License 2.0
3 stars 2 forks source link

fix: urlencode query params #60

Closed fatih-acar closed 3 weeks ago

fatih-acar commented 1 month ago

This fixes issues when using timestamps containing reserved characters. Such query wouldn't work as expected due to the plus sign:

client.get(kind="Instance", id="17fa68ba-dfe1-f94e-3267-c513e00993b4", at="2024-10-02T15:03:43.328091+00:00")