Open sleexyz opened 6 years ago
For example, write an integration test for serving a /foo/:id endpoint that simply returns a JSON object { id: id }
/foo/:id
{ id: id }
Capture params should support at least the types string and number. I could also imagine user defined types such as Enums and UUIDs
string
number
UUID
For example, write an integration test for serving a
/foo/:id
endpoint that simply returns a JSON object{ id: id }