boosty_api 0.26.1

API client for interacting with Boosty platform
Documentation
mod comment;
mod post;
mod reaction;
mod showcase;
mod subscription;
mod subscription_level;
mod tag;
mod target;
mod user;

pub use post::{
    AudioData, Comments, ContentCounter, Count, CurrencyPrices, Donators, ExtraFlag, FileData,
    Flags, ImageData, LinkData, MediaData, OkVideoData, PlayerUrl, Post, PostsResponse, SmileData,
    TextData, VideoData,
};

pub use comment::{Comment, CommentBlock, CommentsResponse};

pub use user::User;

pub use reaction::{ReactionCounter, Reactions};

pub use tag::{SearchTag, SearchTagsData, SearchTagsFullResponse, Tag, TagsResponse};

pub use target::{NewTarget, Target, TargetResponse, TargetType, UpdateTarget};

pub use subscription_level::{SubscriptionLevel, SubscriptionLevelResponse};

pub use subscription::{Subscription, SubscriptionsResponse};

pub use showcase::{ShowcaseData, ShowcaseItem, ShowcaseResponse};