fastify-resty
fastify-resty copied to clipboard
⚔️ Declarative NodeJS web framework with REST API route auto-generation, DI, and decorators, build on top of Fastify and TypeScript.
Some dependencies are outdated and need to be updated.
**Welcome to Depfu** 👋 This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates....
Should resolve #15
``` import {Column, Entity, PrimaryColumn} from "typeorm"; export enum Permission { MODIFY_PROFILE = 'modify-profile', VIEW_PROFILE = 'view-profile', } @Entity() export default class User { @PrimaryColumn() email!: string; @Column({ type: "set",...
**Welcome to Depfu** 👋 This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates....
Hi, I'm trying to figure out how to use `$sort`, when I use it like this: `/resource?$sort=field` I'm getting error: ``` "res":{"statusCode":400},"err":{"type":"Error","message":"querystring.$sort should be equal to one of the allowed...
I'm thinking in using this as my backend, but I need a way to generate documentation, swagger/open-api should be fine. I tried using `fastify-swagger` but It didn't work as expected,...
**Welcome to Depfu** 👋 This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates....
**Welcome to Depfu** 👋 This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates....
**Welcome to Depfu** 👋 This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates....