Merge pull request #639 from hudayou/swagger2

Provide a swagger2 spec for the dynamic API
This commit is contained in:
Joe Nelson
2016-06-20 15:12:58 -07:00
committed by GitHub
15 changed files with 2107 additions and 26 deletions
+2
View File
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Added
- Ability to generate an OpenAPI spec - @mainx07, @hudayou, @ruslantalpa, @begriffs
- Ability to set addresses to listen on - @hudayou
- Output names of used-defined types (instead of 'USER-DEFINED') - @martingms