Skip to content

Commit

Permalink
Fix client (#92)
Browse files Browse the repository at this point in the history
* go-swagger doesnt handle referenced enums well, spec was patched to get working code

* make generate
  • Loading branch information
cstaud authored Dec 6, 2023
1 parent f18e939 commit eae70a6
Show file tree
Hide file tree
Showing 42 changed files with 766 additions and 2,293 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ generate: clean ## Generate the API Go client and the JSON document for the UI
--spec $(SWAGGER_SPEC) \
--target go \
--default-scheme=https \
--with-flatten=full \
--with-flatten=minimal \
--skip-tag-packages

validate: ## Check that the swagger spec is valid.
Expand Down
106 changes: 103 additions & 3 deletions go/client/operations/app_roles_query_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 5 additions & 9 deletions go/client/operations/app_roles_update_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eae70a6

Please sign in to comment.