+{"swagger":"2.0","info":{"title":"Calculator Service","description":"HTTP service for multiplying numbers, a goa teaser","version":"0.0.1"},"host":"localhost:8000","consumes":["application/json","application/xml","application/gob"],"produces":["application/json","application/xml","application/gob"],"paths":{"/multiply/{a}/{b}":{"get":{"tags":["calc"],"summary":"multiply calc","operationId":"calc#multiply","parameters":[{"name":"a","in":"path","description":"Left operand","required":true,"type":"integer","format":"int64"},{"name":"b","in":"path","description":"Right operand","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK response.","schema":{"type":"integer","format":"int64"}}},"schemes":["http"]}},"/openapi.json":{"get":{"tags":["calc"],"summary":"Download gen/http/openapi3.json","operationId":"calc#/openapi.json","responses":{"200":{"description":"File downloaded","schema":{"type":"file"}}},"schemes":["http","https"]}}}}
0 commit comments