DORSETRIGS
Home

nestjs-swagger (3 post)


posts by category not found!

How to expose prisma schema to swagger UI in NestJS?

Exposing Your Prisma Schema to Swagger UI in Nest JS A Comprehensive Guide Problem You re building a Nest JS application with Prisma ORM and want to leverage Sw

3 min read 05-10-2024 42
How to expose prisma schema to swagger UI in NestJS?
How to expose prisma schema to swagger UI in NestJS?

NestJS + Swagger: how to configure an ApiProperty as a list of strings separated by comma

Nest JS Swagger Sending Multiple String Values in a Single Query Parameter When working with Nest JS and Swagger you might encounter a scenario where you need t

2 min read 01-09-2024 51
NestJS + Swagger: how to configure an ApiProperty as a list of strings separated by comma
NestJS + Swagger: how to configure an ApiProperty as a list of strings separated by comma

I want to add a basic auth to access swagger url in nestjs application

h1 Adding Basic Authentication to Swagger in a Nest JS Fastify Application h1 p This guide outlines how to secure your Swagger documentation in a Nest JS applic

3 min read 28-08-2024 66
I want to add a basic auth to access swagger url in nestjs application
I want to add a basic auth to access swagger url in nestjs application