Skip to content

Release 3.0.0

Choose a tag to compare

@robert-nogueira robert-nogueira released this 25 Apr 19:07
· 345 commits to main since this release

This version uses v2 routes, version 2.0.1(and below) will stop working from March 20th as api v1 routes will be deprecated

Added Features

New Application methods:

  • new Application.files_list method docs
  • new Application.read_file docs
  • new Application.create_file docs
  • new Application.delete_file docs

New Client methods

  • new Client. app_files_list docs
  • new Client.read_app_file docs
  • new Client.craete_app_file docs
  • new Client.delete_app_file docs
  • new Client.statistics docs

Application Caching

now the methods Application.logs, Application.data, Application.status, Application.backup have parameter update_cache, if it is False the cache of the Application will not be updated
this value by default is True docs