Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.32 KB

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