forked from swagger-api/swagger-codegen
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Explicit typing in api.mustache template to support new axios version #3
Open
alicia
wants to merge
504
commits into
typescript-axios
Choose a base branch
from
typescript-axios-new-version
base: typescript-axios
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ces with java model generation with xml
Wrong generation of @JacksonXmlElementWrapper annotation
Update README.md
[RUBY] Replace deprecated `URI.encode` to support ruby 2.7 without warnings
…visories_1071_1500 package-lock fix npm advisories 1071 1500
Make ModuleWithProviders generic for all Angular version >= 10 because it is mandatory. Fixes swagger-api#10417 Signed-off-by: Christian Köberl <christian.koeberl@porscheinformatik.com>
fixed solution template on aspnetcore
updated typescript-fetch sample in order to fix issue
…-2.4.16 prepare release 2.4.16
This reverts commit 9616ada.
Issue 10125 DefaultCodegen doesn't handle "uniqueItems" flag
Fix path for online generator
Update README.md
A new property additionalModelTypeAnnotations that allows to add any custom annotations on the top of generated java class model
…flow-update changed build commands on typescript angular workflows
…into ComuneFI-master
Comune fi master
Fixed bug 10889
…ors-issues-917 fixed python namespace package folders
fixed enum named for number types
…-on-java-generators Java 11 support on java generators
virtuoushub
pushed a commit
to virtuoushub/swagger-codegen
that referenced
this pull request
Jan 13, 2022
…ECTION updating api client after leaked connection fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uses Axios's Method type.