Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swagger docs for the REST API (#141)
* Add (incomplete) swagger docs for the REST API * Add information about execution result * Minor tweaks * Remove unused type * Group models * List required fields * Vanilla code generation * Add the config which generates default models (documenting behavior) * Move swagger file closer to the source of all truth * Add a makefile * Split server, client and models * Explicit type names (no anonymous structs) * Changing the approach again because of some codegen corner cases * Pretty well rounded scheme * Update code references * Remove petstore URL * Switch to using new server code
- Loading branch information