FuryStack
Bye-bye extension methods
Using extension methods was fun at the beginning but I've ran into more and more problems with them
@furystack/rest-service — server-side REST implementation with authentication and static files
Using extension methods was fun at the beginning but I've ran into more and more problems with them
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)
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!