/GitHub.NET

Example of a generated GitHub SDK for .NET using AutoSDK

Primary LanguageC#MIT LicenseMIT

GitHub.NET

Example of a generated GitHub SDK for .NET using OpenApiGeneratorDotNet

Nuget package dotnet License: MIT

Features 🔥

Usage

using GitHub;

using var api = new GitHubApi();
api.AuthorizeUsingBearer(apiKey);

var result = await api.Chat.CreateChatCompletionAsync(
    messages,
    model: model,
    tools: tools);

Support

Priority place for bugs: https://github.com/HavenDV/OpenApiGenerator/issues
Priority place for ideas and general questions: https://github.com/HavenDV/OpenApiGenerator/discussions