unistra / python-glpi-api

Python module for interacting with GLPI using the API.
GNU General Public License v3.0
18 stars 10 forks source link

Update glpi_api.py to support update/add/delete sub_items #22

Closed thel1988 closed 7 months ago

thel1988 commented 10 months ago

This Change allows to call the api, and change sub_items without the need to keep track of sub item and their mother id.

fmenabe commented 7 months ago

Good thing I review the PR before merging it blindly, there are few things to correct in the update_sub_items method.

fmenabe commented 7 months ago

Version 0.5.0 has been pushed on Pypi