Jordan-Prescott / odins_spear

Python library for Odin's API to build and manage Broadworks installations.
https://docs.jordan-prescott.com/odins_spear
MIT License
6 stars 1 forks source link

Modify the way parameters are sent to the API, so the values are HTML encoded #56

Closed dan-writes-code closed 1 month ago

dan-writes-code commented 2 months ago

Change the requester to accept parameters and modify all GET and DELETE methods to change how attributes are passed to the requester.

dan-writes-code commented 2 months ago

Mostly completed the methods in get.py. Still need to work on changing the methods which use format_filter from formatting.py since this returns a str in the format "key=val" which is no longer necessary.

Still need to do Delete methods.