Skip to content

API ​

  • @nestjs/swagger - This's an OpenAPI (Swagger) module for Nest. [Tutorial].
  • nestjs-asyncapi - AsyncAPI module for NestJS.
  • @ptc-org/nestjs-query-* - Nest CRUD for GraphQL APIs.
  • @nestia/sdk - Automatic SDK (Software Development Kit, collection of fetch functions with type definitions like tRPC), Mockup Simulator (backend server simulator embedded in SDK like msw) and Swagger generators, evolved than ever. Also, it can automatically generate e2e test functions for every API routes by analyzing your NestJS server codes.
  • nicot - Metadata-driven REST framework on top of NestJS + TypeORM; generates CRUD endpoints, DTOs, validation and OpenAPI schema from your entities with field-level access-control decorators.
  • nest-problem-details An exception filter to return RFC-7807-compliant HTTP responses.
  • @nestjs-library/crud - Automatically generates CRUD routes of a controller for given TypeORM entity.
  • nest-ndjson-req-stream - Accept and automatically deserialize NDJSON request streams in NestJS

Maintained by Vasya Ponomarenko