network/rest
This handles the logic for communicating with the Discord REST API. For more information: https://discord.com/developers/docs/reference#http-api
Types
Functions
pub fn decode_application(
json_string: String,
) -> Result(Application, DecodeError)