-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[haskell-http-client] handle Alias models + refactoring. (#6712)
* handle Alias models with newtypes * add inlineConsumesContentTypes cli option * generate swagger.yaml instead of swagger.json * check for/validate unhandled authMethods * refactoring
- Loading branch information
1 parent
1ac04ae
commit 5219035
Showing
77 changed files
with
7,061 additions
and
7,207 deletions.
There are no files selected for viewing
310 changes: 186 additions & 124 deletions
310
.../swagger-codegen/src/main/java/io/swagger/codegen/languages/HaskellHttpClientCodegen.java
Large diffs are not rendered by default.
Oops, something went wrong.
312 changes: 49 additions & 263 deletions
312
modules/swagger-codegen/src/main/resources/haskell-http-client/API.mustache
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.