1
0
mirror of https://github.com/beego/bee.git synced 2024-06-01 09:13:27 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
astaxie
b05f8ace9e update dep 2018-07-22 11:59:24 +08:00
Liu Siyuan
0a42575490 Do no omit response description
[swagger specs](https://swagger.io/docs/specification/describing-responses/) requires each response to have a description. Otherwise, ignorable error will be generated. This PR makes sure that description field is not omitted in the event that user did not give a description.
2017-08-03 17:32:46 +08:00
franzwilhelm
fef25c2c5f add complete swagger 3.0 security support for oauth2, apiKey and basic
fix len(p) handling, add support for global security

update swagger.go in vendor, fix redundant break
2017-05-14 14:38:06 +02:00
astaxie
dd3f690bf7 cleanup 2017-03-17 13:33:15 +08:00
astaxie
28324a2756 add vendor 2016-12-05 23:07:45 +08:00