Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.38 KB

README.md

File metadata and controls

12 lines (9 loc) · 1.38 KB

Typesafe REST API Specification - Runtypes Extras Libraries

CI Pipeline CD Pipeline

The Typesafe REST API Specification is a family of libraries used to enable seamless development of Backend and/or Frontend which communicate via HTTP protocol. The protocol specification is checked both at compile-time and run-time to verify that communication indeed adhers to the protocol. This all is done in such way that it does not make development tedious or boring, but instead robust and fun!

This particular repository contains generic libraries related to using runtypes:

  • typed-sql contains library which enables type-safe SQL query string specification and execution with a help of tagged templates and runtypes library for input and output validation.
  • config contains library which encapsulates common logic related to reading JSON-encoded configuration values from e.g. environment variables.