1.0.3 • Published 9 months ago

nestjs-http-client v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

NestJS Http Client

Description

An http client module for NestJS. It is a wrapper around axios. It provides a simple way to make http requests in your NestJS application.

Features

  • supports both synchronous and asynchronous requests
  • supports interceptors and request/response transformers
  • supports request cancellation.

Installation

npm i nestjs-http-client

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

License

This library is MIT licensed.

1.0.3

9 months ago

1.0.2-1

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0-2

9 months ago

1.0.0

9 months ago

1.0.0-1

9 months ago

1.0.0-0

9 months ago