bpi-rs 0.2.0

Bilibili API client library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! 用户中心

pub mod client;
pub mod opus;
pub mod params;
pub mod railgun;
pub mod season;
pub mod statistics_data;
pub mod upload;
pub mod videos;

pub use client::CreativeCenterClient;
pub use params::{
    UpArchiveCompareParams, UpArchiveVideosParams, UpArchivesListParams, UpArticleTrendMetric,
    UpArticleTrendParams, UpVideoTrendMetric, UpVideoTrendParams,
};