Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nestjs-got-cjs

sevteen18MIT1.1.1TypeScript support: included

Got module for Nest framework (node.js) 🗂 | Cross-compatible module for NestJS and common JS, providing essential functionalities.

nestjs got commonjs, nestjs got cjs, nestjs-got-cjs, nestjs-got, nestjs got, nest-got, got, got-cjs, nest http, nestjs http

readme

Nestjs Got

Nest Logo Got Logo

npm npm version LICENSE npm bundle size (scoped) CircleCI build

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.

License

MIT-licensed

changelog

Changelog

1.1.1 (2024-10-28)

Bug Fixes

  • deps: update got dependency (56f91ef)

1.1.0 (2024-08-16)

Bug Fixes

  • package: typo on types declaration (411760b)

Features

  • workflows: automatic semver for package file (c05e361)

1.0.4 (2024-08-16)

Bug Fixes

  • semantic: forgot to run build on git workflows (65425c6)