python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Can I use a swagger tool combine with go-restful for OpenAPI v3?
I want to generate OpenAPI v3 swagger file, but the rest plugin go-restful doesn't support producing OpenAPI v3, only OpenAPI v2 so I can't produce it by itself.
How can I to work with go-restful to p...

anurjalal
Votes: 0
Answers: 1
How to add Location Header in response body on go-restful plugin
I cannot add documentation on response header and generate this schema by using go-restful :
I want response body on schema to be like this:
"responses": {
"302": {
"des...

anurjalal
Votes: 0
Answers: 0
go-restful extract URL pattern path from request
I am using a the emicklei/go-restful framework to deal with rest API.
I wish to access the route path from the request. Meaning that when I configure a dummy route like this:
ws := new(restful.Web...
Djoby
Votes: 0
Answers: 1