- Updated `dev` domain in `BaseMain` class to be `http://localhost`.
0.15.0
- Use the endpoint `/auth/user-info/` to get account information in the `BaseMain` class.
0.14.0
- Add optional parameter to BaseMain constructor to give the config file path (.ini) - Config file can configure JWT token (access and refresh) - Provided user email is not required anymore if logging in via token - Avoid one API request with empty token if no token provided
0.13.0
- Removed unneed pytz dependency
0.12.0
- Support `ArchFXFlexibleDictionaryReport` direct upload
0.11.0
- Support Django SimpleJWT authentication variety - Fix scenario where base URL not ending with slash will create invalid URL paths - Use session for storage of authentication headers - Code modernization and cleanups