Originate / recouple

Declarative and type-safe API bridging. Write full-stack applications with ease.
MIT License
4 stars 1 forks source link

Support path-based parameters for endpoints #10

Open sleexyz opened 6 years ago

sleexyz commented 6 years ago

For example, write an integration test for serving a /foo/:id endpoint that simply returns a JSON object { id: id }

ArcherWheeler commented 6 years ago

Capture params should support at least the types string and number. I could also imagine user defined types such as Enums and UUIDs