Namespace DisCatSharp.Net
Classes
BaseRestRequest
Represents a request sent over HTTP.
DiscordApiClient
Represents a discord api client.
DiscordUri
An URI in a Discord embed doesn't necessarily conform to the RFC 3986. If it uses the attachment://
protocol, it mustn't contain a trailing slash to be interpreted correctly as an embed attachment reference by
Discord.
Endpoints
The discord endpoints.
GatewayInfo
Represents information used to identify with Discord.
RestResponse
Represents a response sent by the remote HTTP party.
SessionBucket
Represents the bucket limits for identifying to Discord.
This is only relevant for clients that are manually sharding.
Structs
ConnectionEndpoint
Represents a network connection endpoint.
IpEndpoint
Represents a network connection IP endpoint.
Enums
DiscordUriType
Represents a uri type.
RestRequestMethod
Defines the HTTP method to use for an HTTP request.