nestjs-got-cjs
v1.1.1
Published
Got module for Nest framework (node.js) 🗂 | Cross-compatible module for NestJS and common JS, providing essential functionalities.
Downloads
118
Maintainers
Readme
Nestjs Got
Description
The GotModule module exposes got-cjs-compat methods to perform HTTP requests. This library also transforms the resulting HTTP responses into Observables (from RxJS).
Installation
Installation is pretty simple and straightforward as all you have to do is run the following commands depending on your package manager:
- npm
npm install --save nestjs-got-cjs got-cjs-compat
- yarn
yarn add nestjs-got-cjs got-cjs-compat
- pnpm
pnpm add nestjs-got-cjs got-cjs-compat
Usage
Soon
Contributing
Want to help improve this project? Great!
To get started, please refer to our comprehensive guide:
Contributing Guide: guide.