Skip to content

Generated C# SDK based on official Replicate OpenAPI specification

License

Notifications You must be signed in to change notification settings

tryAGI/Replicate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replicate

Nuget package dotnet License: MIT Discord

Features 🔥

  • Fully generated C# SDK based on official Replicate OpenAPI specification using OpenApiGenerator
  • Same day update to support new features
  • Updated and supported automatically if there are no breaking changes
  • All modern .NET features - nullability, trimming, NativeAOT, etc.
  • Support .Net Framework/.Net Standard 2.0

Documentation

Examples and documentation can be found here: https://tryagi.github.io/Replicate/

Usage

using Replicate;

var api = new ReplicateApi();
api.AuthorizeUsingBearer(apiKey);
var response = await api.AccountGetAsync();
{
    "Type": "organization",
    "Username": "acme",
    "Name": "Acme Corp, Inc.",
    "GithubUrl": "https://github.com/acme"
}

Support

Priority place for bugs: https://github.com/tryAGI/Replicate/issues
Priority place for ideas and general questions: https://github.com/tryAGI/Replicate/discussions
Discord: https://discord.gg/Ca2xhfBf3v