inventree / inventree-python

Python library for communication with inventree via API
https://docs.inventree.org/en/latest/api/python/python/
MIT License
26 stars 34 forks source link

Fixes bugs in POST request #123

Closed SchrodingersGat closed 2 years ago

SchrodingersGat commented 2 years ago

This PR provides a number of core improvements, most notably fixing an issue which prevented complex json data from being sent as payload for a POST request.

Ref: https://github.com/inventree/inventree-python/pull/115