9 comments (9 comments)3 reactions (3 reactions)0 assignees (0 assignees)C#1,357 forks (1,357 forks)batch import
format: OpenAPI 3help wantedtype: enhancement
Repository metrics
- Stars
- 7,359 stars (7,359 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
I am correct in saying the OpenAPI links are current not implemented for the TypeScript and CSharp client generators? If not, are there any plans to support this in the future?
Contributor guide
- Research direction
- Study the OpenAPI 3.0 Links specification and review the NSwag codebase to identify where client generation for TypeScript and C# occurs. Look for existing handling of Link objects in the code and determine what is missing. Check the NJsonSchema library for any related support.
- Tech stack
- csharptypescript
- Domain
- apidevtools
- Issue type
- Feature
- Prerequisites
- OpenAPI 3.0 specificationNSwag codebase