Update readme to mention Yvasiyarov's Swagger project.
Stupid markdown.  asciidoc FTW.
Pointing people to go-swagger
86e86bf73dc0 — Sean Russell 11 years ago
Added tag 0.9 for changeset 859fa1dd070c
859fa1dd070c — Sean Russell 0.9 11 years ago
Bug fix in sashay file handling; uses buffered channel for tiny performance improvement.
99ed59c1f832 — Sean Russell 11 years ago
Doc tweaks
d98852293b06 — Sean Russell 11 years ago
Doc tweaks
d3984131af5a — Sean Russell 11 years ago
Doc tweaks
9c4640dbcb0e — Sean Russell 11 years ago
I dislike markdown.
f3c423c0d1c7 — Sean Russell 11 years ago
Doc updates
f5f323b10a8a — Sean Russell 11 years ago
Documentation; a bug fix for constant deduplication; generate import collection rather than individual imports
be8307965fe8 — Sean Russell 11 years ago
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
e34b61ba5769 — Sean Russell 11 years ago
Adds support for produce/consume mime type specification
5d1797efb606 — Sean Russell 11 years ago
Implements PATCH, more or less.
Fixes return value bug in POST, PATCH
87cdb9aafa39 — Sean Russell 11 years ago
Implements PUT
e25a74801a0c — Sean Russell 11 years ago
Fixed POST for all cases.
292911e75192 — Sean Russell 11 years ago
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
27b930411bd1 — Sean Russell 11 years ago
Adding a readme
692147512fb0 — Sean Russell 11 years ago
GET is implemented. Types are fleshed out.
fafb09ddc2e4 — Sean Russell 11 years ago
First unmarshal tests pass