swagger icon indicating copy to clipboard operation
swagger copied to clipboard

go-swagger with standard and idiomatic server and client

Results 10 swagger issues
Sort by recently updated
recently updated
newest added

Hello. I found https://github.com/go-openapi/runtime/issues/31 which recommends creating a new runtime to add mimetypes. However, the code generated by swagger generate server seems to use the standard runtime. Can some method...

Recently I started getting these errors when I try to compile code generated with stratoscale/swagger: ``` restapi/operations/foo/foo_create_parameters.go:56:38: not enough arguments in call to "github.com/go-openapi/errors".Required have (string, string) want (string, string,...

Otherwise, the pwd command is only executed once, and running swagger on a different directory will fail.

Something simple such as -Become root -make -further needed steps

hello, how can I generate restapi/models/client after you delete it in v1.0.22 I want use it directly with source code, not docker. how can I generate it?

Has anyone already adapted the templates to go-swagger v0.18.0 or higher? In my limited tests (without Docker) the example only works with version v0.17.0 that is referenced in the Docker...

`PetCreate()` references `params.Pet.ID` which does not exist at this endpoint i.e. it is always zero. That means if you POST multiple pets they all will be stored at index 0...

Similar to the question posted https://github.com/go-swagger/go-swagger/issues/1814 Do you have any template or sample for database handling? For example, https://github.com/wantedly/apig generates working CRUD code from model schema. Is there any thing...