rest-service

A collection of 3 posts

FuryStack

Bye-bye extension methods

Using extension methods was fun at the beginning but I've ran into more and more problems with them

    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!