| Function | Description |
|---|---|
| login | Basic login to get an authenticated token |
EID and SECRET is designed to be put in a .env file located in the parent directory.
Here is an example .env file.
USERNAME=username
PASSWORD=passwordAdd your own credentials to make it work.