Update readme to mention Yvasiyarov's Swagger project.
Stupid markdown. asciidoc FTW.
Pointing people to go-swagger
Added tag 0.9 for changeset 859fa1dd070c
Bug fix in sashay file handling; uses buffered channel for tiny performance improvement.
Doc tweaks
Doc tweaks
Doc tweaks
I dislike markdown.
Doc updates
Documentation; a bug fix for constant deduplication; generate import collection rather than individual imports
The sashay command now generates entire API resource from a URL. Fixes void GET handling Relocates basePath handling for multiple APIs in same file Fixes GET string handling Fixes POST return indentation
Adds support for produce/consume mime type specification
Implements PATCH, more or less. Fixes return value bug in POST, PATCH
Implements PUT
Fixed POST for all cases.
Implements DELETE and POST. Factors out some common code from GET for reuse in DELETE. Adds license. Bug fixes Work-around for POST with both body and params. gofmt
Adding a readme
GET is implemented. Types are fleshed out.
First unmarshal tests pass