zotero-api-rs 1.0.0

A secure, typed Rust client for the Zotero Web API v3
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! File upload endpoint operations.

mod authorize_file_upload;
mod compose_upload_body;
mod determine_upload_action;
mod register_file_upload;
mod upload_binary;
mod upload_item_file;

#[cfg(test)]
mod upload_binary_tests;