rest-client-fetch

A collection of 2 posts

Getting Started

Data validation with REST and json-schemas

We have a strongly typed REST API interface with build-time type checking. Can we build runtime validation with a minimal effort? (Spoiler alert - yesss)

    Getting Started

    REST in peace

    Designing and implementing APIs can be hard and consuming them can be frustrating, if they doesn't work as expected. REST API as a Typescript interface to the rescue!