* Dropped support for legacy API Key and Service account authentication methods
1.1.2
Added
* The new main client is LumAppsClient in `lumapps.api.client` * Several usefull decorators are available in `lumapps.api.decorators`
Modified
* ApiClient is now named BaseClient and in `lumapps.api.base_client`
1.0.5
Added
* Change build system and add a more complete documentation
1.0.4
Added
* Added `BaseClient.upload` method that takes any of the types supported by HTTPX (`IO[str]`, `IO[bytes]`, `str`, `bytes`) as the argument for file contents. Filesystem file paths can still be used by with `BaseClient.upload_call`.