typescript-rest icon indicating copy to clipboard operation
typescript-rest copied to clipboard

Decorator of custom extensions?

Open bruegth opened this issue 7 years ago • 1 comments

Like: @Path("status") @Tags("status") @Response(200 "Okay") @Response(500, "An internal error occurs.") @X("custom-ext", "{ test: "test }") @GET

-> x-customext: { test: "test"})

See: https://swagger.io/docs/specification/openapi-extensions/

bruegth avatar May 28 '18 12:05 bruegth

cool idea!

ttruongatl avatar Jul 30 '18 11:07 ttruongatl