Available on crate feature
async only.Expand description
The async Files<'a> namespace.
| Method | Path | Function |
|---|---|---|
POST | /v1/files | Files::upload / Files::upload_path |
GET | /v1/files/{id} | Files::get |
GET | /v1/files/{id}/content | Files::download / Files::download_to |
GET | /v1/files | Files::list / Files::list_all |
DELETE | /v1/files/{id} | Files::delete |
Obtain via Client::files. Both upload and
download support true streaming I/O via the _path / _to variants.
Structsยง
- Files
- Namespace handle for the Files API.