amagi 0.1.1

Rust SDK, CLI, and Web API service skeleton for multi-platform social web adapters.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod graphql;
mod live;
mod profile;
mod shared;

pub(crate) use graphql::{emoji_list_request, video_work_request, work_comments_request};
pub(crate) use live::{
    category_classify, category_config, category_data, interest_mask_list, live_detail,
    live_detail_with_auth_token, live_gift_list, live_reco, live_websocket_info, playback_list,
};
pub(crate) use profile::{
    profile_interest_list, profile_liked, profile_private, profile_public, user_info_by_id,
    user_sensitive_info, user_work_list,
};