A Pattern for Type-Safe REST API Requests in TypeScript

How we brought some niceties like schema checking and auto-complete to a REST API. These helpers allowed us to validate responses from the server during development… Read more

Similar