Hi,
first of all, thanks for the inema library!
I had a really hard time figuering out how to get credentials for it, that could be improved.
Here is the example from the readthedocs for inema.rest
im = ir.Session('some client id', 'some client secret',
'some portokasse user', 'some portokasse password')
What is named some client id and some client secretare actually the API Key and API Secret from the API Developer Portal
grafik
And some portokasse user and some portokasse password are the e-mail address and password for the users Portokasse account
I guess that the naming is some kind of legacy leftover. Maybe that should be improved ...
Hi,
first of all, thanks for the inema library!
I had a really hard time figuering out how to get credentials for it, that could be improved.
Here is the example from the [readthedocs](https://inema.readthedocs.io/en/latest/inema.rest.html#module-inema.rest) for `inema.rest`
```
im = ir.Session('some client id', 'some client secret',
'some portokasse user', 'some portokasse password')
```
What is named `some client id` and `some client secret`are actually the `API Key` and `API Secret` from the [API Developer Portal](https://developer.dhl.com/)

And `some portokasse user` and `some portokasse password` are the e-mail address and password for the users [Portokasse account](https://portokasse.deutschepost.de/portokasse/)
I guess that the naming is some kind of legacy leftover. Maybe that should be improved ...