Crate tools_interface
source ·Expand description
§Tools Interface
This rust crate implements structs to easily interface with several Wikipedia/Wikidata/Wikimedia tools and APIs.
§Supported tools
- Completer
- PagePile (read only)
- Pageviews API
- Persondata Template
- PetScan
- Missing Topics
- Quarry (existing results only)
- QuickStatements (start batches)
- SparqlRC
If you would like to see other tools supported, add a request to the Issue tracker.
Re-exports§
pub use completer::Completer;
pub use completer::CompleterFilter;
pub use error::ToolsError;
pub use missing_topics::MissingTopics;
pub use pagepile::PagePile;
pub use quarry::Quarry;
pub use quickstatements::QuickStatements;
pub use site::Site;
pub use sparql_rc::EntityEdit;
pub use sparql_rc::EntityEditor;
pub use sparql_rc::SparqlRC;
pub use tools_interface::ToolsInterface;
pub use pageviews::*;
pub use persondata_template::*;
pub use petscan::*;
Modules§
- Completer
- Error module
- Missing Topics
- PagePile
- Pageviews
- Persondata Vorlagen
- PetScan
- Quarry
- QuickStatements
- Site
- SparqlRC
- ToolsInterface