digital_blasphemy_client 0.1.6

A client for the Digital Blasphemy API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod common;
mod common_response;
mod download_wallpaper;
mod error;
mod get_account_information;
mod get_wallpaper;
mod get_wallpapers;
mod wallpaper;

pub use common::*;
pub use common_response::*;
pub use download_wallpaper::*;
pub use error::*;
pub use get_account_information::*;
pub use get_wallpaper::*;
pub use get_wallpapers::*;
pub use wallpaper::*;