tryAGI / tryAGI/AutoSDK

OpenApiGenerator.AspNet package

Open
#27 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
92
Forks
8
Avg merge
1d 6h
Merged PRs (30d)
4

Description

It is planned that it will add /nuget/v3/index.json and other endpoints to allow the server to serve a ready-made OpenAPI Rest client packaged in NuGet

builder.Services.AddRestClientNuGet();
app.MapRestClientNuGet();

And using this client would look something like this:
nuget.config

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <clear />
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
    <add key="rest-client" value="https://your-server.com/nuget/v3/index.json" protocolVersion="3" />
  </packageSources>
</configuration>

References:

Need to think about versioning of this NuGet

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked NuGet API overview and inspect the repository's ASP.NET integration entry points. Define the required /nuget/v3/index.json and related endpoints, then resolve the package versioning approach before implementation; the issue names no files or tests to use for verification.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, openapi
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.