Aconex / drakov

Mock Server that implements the API Blueprint specification
MIT License
481 stars 115 forks source link

Send parameter value in body #184

Open narg95 opened 5 years ago

narg95 commented 5 years ago

Hi,

Is it possible to put a parameter value from the resource path into the json body response?

For example, aGET /api/12345/foo/bar responds with a json body containing the 12345 value:

[{ paramValue: 12345}]