SdkFabric.Discord
0.2.11
dotnet add package SdkFabric.Discord --version 0.2.11
NuGet\Install-Package SdkFabric.Discord -Version 0.2.11
<PackageReference Include="SdkFabric.Discord" Version="0.2.11" />
paket add SdkFabric.Discord --version 0.2.11
#r "nuget: SdkFabric.Discord, 0.2.11"
// Install SdkFabric.Discord as a Cake Addin #addin nuget:?package=SdkFabric.Discord&version=0.2.11 // Install SdkFabric.Discord as a Cake Tool #tool nuget:?package=SdkFabric.Discord&version=0.2.11
Discord SDK
This SDK is managed by the SDK Fabric project. Our goal is to build a global infrastructure to automatically generate an SDK for every API, please take a look at our website for more information.
Contribution
Please do not create a pull requests at this repository since the code is automatically generated. If an operation or type is missing at the client SDK please register at the TypeHub platform and create a pull request at the Discord specification. The system will then automatically create a GIT commit and update the code.
Usage
The following example shows how you initialize the client:
using SdkFabric.Discord.Client;
Client client = Client.Build("[access_token]")
// @TODO use the client
You can find all available operations and types at: https://app.typehub.cloud/d/sdkfabric/discord
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- Sdkgen.Client (>= 2.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.