A python library for accessing the API

BTW, you might want to update your pip install, it still points to the old naming convention.

I think that they changed the “username” field to “email”, but I am not 100% certain yet.

I have added some new documentation covering how to use the chirpstack-api package, which is automatically generated based on the ChirpStack Protobuf API files.

https://www.chirpstack.io/application-server/api/python-examples/

1 Like

Oh, that’s awesome - perhaps I’ll just refactor our library to wrap around those calls, or just jump straight to using the generated side of things!

Thanks @brocaar!