mockingbirdconsulting / pychirp

A python library for interacting with chirpstack.io
MIT License
7 stars 4 forks source link

Device list_all() output is not user friendly #16

Closed proffalken closed 5 years ago

proffalken commented 5 years ago

At the moment, a call to devices.list_all() returns the output of the requests call, it should return an array of dicts instead.