Skip to content

Commit

Permalink
enhance auth settings
Browse files Browse the repository at this point in the history
  • Loading branch information
posener committed May 1, 2018
1 parent 393b919 commit eee34b2
Show file tree
Hide file tree
Showing 9 changed files with 183 additions and 46 deletions.
3 changes: 3 additions & 0 deletions example/client/store/store_client.go

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

55 changes: 39 additions & 16 deletions example/restapi/configure_swagger_petstore.go

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

12 changes: 12 additions & 0 deletions example/restapi/embedded_spec.go

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

23 changes: 18 additions & 5 deletions example/restapi/operations/store/order_create.go

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

23 changes: 18 additions & 5 deletions example/restapi/operations/store/order_delete.go

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

23 changes: 18 additions & 5 deletions example/restapi/operations/store/order_get.go

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

39 changes: 34 additions & 5 deletions example/restapi/operations/swagger_petstore_api.go

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

9 changes: 9 additions & 0 deletions example/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ consumes:
produces:
- application/json

securityDefinitions:
key:
type: apiKey
in: header
name: Cookie

security:
- key: []

paths:

/pet:
Expand Down
Loading

0 comments on commit eee34b2

Please sign in to comment.