twilight-http 0.17.1

Discord REST API client for the Twilight ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod create_followup;
mod create_response;
mod create_response_with_response;
mod delete_followup;
mod delete_response;
mod get_followup;
mod get_response;
mod update_followup;
mod update_response;

pub use self::{
    create_followup::CreateFollowup, create_response::CreateResponse,
    create_response_with_response::CreateResponseWithResponse, delete_followup::DeleteFollowup,
    delete_response::DeleteResponse, get_followup::GetFollowup, get_response::GetResponse,
    update_followup::UpdateFollowup, update_response::UpdateResponse,
};