Crate wikibase_rest_api

Source
Expand description

Wikibase REST API is a Rust library for interacting with the Wikibase REST API for Wikibase instances. It provides a set of types and methods for interacting with the API, and implements all the API endpoints.

Re-exports§

pub use config::Config;
pub use data_type::DataType;
pub use edit_metadata::EditMetadata;
pub use entity_id::EntityId;
pub use error::RestApiError;
pub use header_info::HeaderInfo;
pub use item::Item;
pub use language_string::LanguageString;
pub use property::Property;
pub use reference::Reference;
pub use rest_api::RestApi;
pub use revision_match::RevisionMatch;
pub use statement::Statement;
pub use statement_rank::StatementRank;
pub use get_put_delete::*;
pub use patch::*;

Modules§

aliases
aliases_in_language
aliases_patch
bearer_token
config
data_type
description
descriptions
descriptions_patch
edit_metadata
entity
entity_container
entity_id
entity_patch
error
get_put_delete
header_info
item
label
labels
labels_patch
language_string
language_strings
language_strings_patch
patch
patch_entry
prelude
property
property_value
reference
rest_api
rest_api_builder
revision_match
sitelink
sitelinks
sitelinks_patch
statement
statement_patch
statement_rank
statement_value
statement_value_content
statements
statements_patch