Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ensure to utilize ALL available validators for each REQ object #39

Open
noahehall opened this issue Nov 27, 2022 · 0 comments
Open

ensure to utilize ALL available validators for each REQ object #39

noahehall opened this issue Nov 27, 2022 · 0 comments

Comments

@noahehall
Copy link
Contributor

noahehall commented Nov 27, 2022

need to use the full scope of the api, e.g. currently sending a defualt shiz fkd up msg on all 4xxs and 5xxs

export declare const check: (fields?: string | string[] | undefined, message?: any) => import("..").ValidationChain;
export declare const body: (fields?: string | string[] | undefined, message?: any) => import("..").ValidationChain;
export declare const cookie: (fields?: string | string[] | undefined, message?: any) => import("..").ValidationChain;
export declare const header: (fields?: string | string[] | undefined, message?: any) => import("..").ValidationChain;
export declare const param: (fields?: string | string[] | undefined, message?: any) => import("..").ValidationChain;
export declare const query: (fields?: string | string[] | undefined, message?: any) => import("..").ValidationChain;
@noahehall noahehall moved this from THE GROOVE to THE PITS in nirvai Dec 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: THE PITS
Development

No branches or pull requests

1 participant