Auth
Install​
- npm
- yarn
- pnpm
npm install @basketry/typescript-auth
yarn add @basketry/typescript-auth
pnpm add @basketry/typescript-auth
Basic Usage​
basketry.config.json
{
"source": "petstore.json",
"parser": "@basketry/openapi-3",
"generators": ["@basketry/typescript", "@basketry/typescript-auth"],
"output": "src"
}