{"library":"nestjs-fetch","type":"library","category":null,"description":"A lightweight NestJS wrapper around the native Fetch API, designed as an alternative to @nestjs/axios for making HTTP requests in NestJS applications. Current stable version is 0.2.0. It leverages Node's native fetch() (available since Node 18) and integrates seamlessly with NestJS modules via FetchModule and FetchService. Compared to @nestjs/axios, it has a simpler API that returns native Response objects and supports both synchronous and asynchronous configuration, including base URL resolution for relative URLs. Requires Node >=17.5 and NestJS >=8. Note: not a drop-in replacement; API differs significantly from HttpModule.","language":"javascript","status":"active","version":"0.2.0","tags":["javascript","http","fetch","nestjs","request","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install nestjs-fetch","imports":["import { FetchModule } from 'nestjs-fetch'","import { FetchService } from 'nestjs-fetch'","import { FetchModuleOptions } from 'nestjs-fetch'"]},{"cmd":"yarn add nestjs-fetch","imports":[]},{"cmd":"pnpm add nestjs-fetch","imports":[]}],"homepage":"https://github.com/mikehall314/nestjs-fetch#readme","github":"https://github.com/mikehall314/nestjs-fetch","docs":null,"changelog":null,"pypi":null,"npm":"nestjs-fetch","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}