Jordan-Prescott / odins_spear

Python library for Odin's API to build and manage Broadworks installations.
https://pypi.org/project/odins-spear/
MIT License
6 stars 1 forks source link

Return True if no errors for the methods that return nothing #103

Closed 13ERT closed 21 hours ago

13ERT commented 4 weeks ago

Some of the methods in put.py and post.py return an empty list when they run successfully. Would be good to have these return True so we can work with the output. Search in docstrings for methods that return 'No specific value'.