1.0.3 • Published 2 years ago

nestjs-http-client v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.2-1

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0-2

2 years ago

1.0.0

2 years ago

1.0.0-1

2 years ago

1.0.0-0

2 years ago