Module raze::api[][src]

Expand description

Raw API bindings, mostly 1:1 with official API

Structs

An authorization from b2_authorize_account - Required for most other calls

Authorization used to download files from a bucket Required by b2_download_file_by_name and b2_download_file_by_iduse serde::{Deserialize, Serialize};

Parameters for b2_download_file_by_name

Represents a file on B2

Parameters for the request

Represents a ‘Bucket’ on B2

Result object from b2_delete_file_version

Information about a file being uploaded with b2_upload_file

Represents the optional parameters

Contains up to max_file_count files and potentially where to continue from with b2_list_file_names

Authorization and URL for uploading with b2_upload_file - Distinct from B2Auth

Enums

Different ways to handle Sha1-hashing for verifying file integrity

Functions