soup-sdk 0.2.0

채팅 이벤트 수신 SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod chat;
pub mod client;
mod constants;
pub mod error;
pub mod models;
pub mod vod_chat_parser;

pub use chat::events::Event;
pub use client::SoopHttpClient;
pub use error::{Error, Result};
pub use models::{VOD, VODDetail, VODFile};
pub use vod_chat_parser::parse_vod_chat_xml_with_start_time;