REST client for NodeJS with Typescript

Viewed 10849

I am developing a nodejs web application (express) and would like to call my api.

I tryed a bunch including restangular and the jquery ajax calls.

What are good rest client libraries with Typescript definitions available?

4 Answers

I have been using Microsoft Typed Rest Client but I just realized it must have very sparse use: There is a bug for passing HTTP headers to the client constructor which hasn't been solved in several months. "NPM Weekly downloads" is high though for some reason...

Related