-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Tool: TypeScript ClientApplies to the TS Client code generationApplies to the TS Client code generationenhancementNew feature or requestNew feature or request
Description
On the UI side, we'd like to attach our code generators to TanStack Query. This will be served better by a few enhancements to the TypeScript output:
- Include "method" in the
conversionobject - Expand
RequestConversion<>to include more meta details, including method. - Consider splitting operations by request body type (organizing by folder?) so that the content type does not need to be included
- Consider including request content type in the
conversionobject - If operations are split, consider moving response parsing to separate file for reuse
- If operations are split, provide additional files like
operations/index.tsthat include support by request type
- Consider including request content type in the
Consider moving TS dependencies into generated output instead of the shared library for better side-by-side support of other versions of the generatorMoved to TypeScript shared type packaging #126.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Tool: TypeScript ClientApplies to the TS Client code generationApplies to the TS Client code generationenhancementNew feature or requestNew feature or request