Closed Jaymon closed 5 days ago
basically, making something like this work:
@param("name", 0)
The idea is you could do:
POST /foo/:name
or...
POST /foo {"name": ":name"}
and they would both work.
As I integrate more with OpenAPI I just think this is a bad idea
basically, making something like this work:
The idea is you could do:
or...
and they would both work.