Originate / recouple

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

Support numbers for query params #23

Open sleexyz opened 6 years ago

sleexyz commented 6 years ago

We should be able to test that we can have an endpoint that receives a combination of numbers and strings from query parameters.

This ticket should also include fixing down the set of representable types for query parameter values. Right now this type can be anything, but it should be limited to string | number ( and possibly be nullable given #22 )