Skip to content

Introducing .NET SDK integration #123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jeff-nasseri opened this issue Apr 17, 2025 · 1 comment · May be fixed by #119, #120 or #121
Open

Introducing .NET SDK integration #123

jeff-nasseri opened this issue Apr 17, 2025 · 1 comment · May be fixed by #119, #120 or #121

Comments

@jeff-nasseri
Copy link

We should add support for a .NET client SDK alongside our existing JavaScript and Python offerings. This would expand our ecosystem and better serve developers working in the .NET environment.

Requirements

  • Target .NET 8 or newer
  • Create a client SDK generator tool (CLI application)
  • Allow connection to our OpenAPI specification file to generate client-side code
  • Ensure the generated SDK provides a smooth developer experience
  • Update website documentation to include .NET integration details

Benefits

  • Expanded developer ecosystem
  • Better support for enterprise customers using .NET
  • Consistency across multiple language SDKs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment