OpenApiGenerator.AspNet package
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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