Skip to content

Example of a generated GitHub SDK for .NET using AutoSDK

License

Notifications You must be signed in to change notification settings

HavenDV/GitHub.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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