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

Auth check #182

Closed T0jan closed 1 year ago

T0jan commented 1 year ago

This implements #180.

It also adjust requestToken() to catch exceptions in cases the server is not connected.

SchrodingersGat commented 1 year ago

@T0jan nice work, thanks for implementing this :)