scala-academy / castalia

API stub server
Other
8 stars 3 forks source link

#20 - handle endpoints with multiple path parameters #31

Closed mihaelaoprea closed 8 years ago

mihaelaoprea commented 8 years ago

Story 20 - changed a bit the specs: Changed JSON response config from: ... { "$1": "1", "$2": "id1", "httpStatusCode":..., ... } to { ids: { "$1": "1", "$2": "id1" }, "httpStatusCode":.., ... }

rezolya commented 8 years ago

I have merged this pull request, because i think it works good. Was there a reason it has not been merged before? If yes, we can always revert the merge