bpi-rs 0.2.0

Bilibili API client library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 观看历史与稍后再看

mod client;
pub mod history;
pub mod params;
pub mod toview;

pub use client::HistoryToViewClient;
pub use params::{
    HistoryBusiness, HistoryDeleteParams, HistoryListParams, HistoryListType,
    HistoryShadowSetParams, ToViewAddParams, ToViewDeleteParams,
};