Getting a list of files
client.app_files_list and app.files_list return a list of FileInfo objects.
- Using Client
- Using Application
Reading a file
client.read_app_file and app.read_file return a BytesIO object.
- Using Client
- Using Application
Creating a file
client.create_app_file and app.create_file return a Response object.
- Using Client
- Using Application
Deleting a file
client.delete_app_file and app.delete_file return a Response object.
- Using Client
- Using Application
Moving a file
client.move_app_file and app.move_file return a Response object.
- Using Client
- Using Application

