Originate / recouple

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

Input validation #25

Closed sleexyz closed 6 years ago

sleexyz commented 6 years ago

Input validation guarantees our server handlers that the inputs are well-typed if the request is from a non-safe-api client.

Input validation also gives us the ability to take advantage of Koa middleware; if an endpoint doesn't support the input, then it can just relay it to the next piece of middleware on the middleware stack.

sleexyz commented 6 years ago

closed by #55