Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 703 Bytes

CHANGELOG.md

File metadata and controls

26 lines (14 loc) · 703 Bytes

Changelog

Notable changes to this project will be documented in this file.

1.1.2 (4 September 2020)

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 (12 June 2020)

Added

  • Change build system and add a more complete documentation

1.0.4 (11 June 2020)

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.