Obtendo uma lista de arquivos
client.app_files_list
e app.files_list
retornam uma lista de objetos FileInfo
.
- Using Client
- Using Application
Lendo um arquivo
client.read_app_file
e app.read_file
retornam um objeto BytesIO
.
- Using Client
- Using Application
Criando um arquivo
client.create_app_file
e app.create_file
retornam um objeto Response
.
- Using Client
- Using Application
Excluindo um arquivo
client.delete_app_file
e app.delete_file
retornam um objeto Response
.
- Using Client
- Using Application
Movendo um arquivo
client.move_app_file
e app.move_file
retornam um objeto Response
.
- Using Client
- Using Application