Skip to content

Latest commit

 

History

426 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Example of a generated GitHub SDK for .NET using AutoSDK

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages