fastify-resty icon indicating copy to clipboard operation
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.

Results 15 fastify-resty issues
Sort by recently updated
recently updated
newest added

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....

depfu

``` 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....

depfu

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,...

question

**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....

depfu

**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....

depfu

**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....

depfu