twilight-http 0.2.4

Discord REST API client for the Twilight ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub(super) use super::{audit_header, validate, Pending, PendingOption, Request};
pub use super::{
    audit_reason::{AuditLogReason, AuditLogReasonError},
    channel::{invite::*, message::*, reaction::*, webhook::*, *},
    get_gateway::GetGateway,
    get_gateway_authed::GetGatewayAuthed,
    get_voice_regions::GetVoiceRegions,
    guild::{ban::*, emoji::*, integration::*, member::*, role::*, *},
    user::*,
};
pub(super) use crate::{client::Client, error::Result, routing::Route};
pub(super) use serde::Serialize;