docs/openapi/generate-client.md
repo-tools package schema openapi generate client?info.title to your pluginID like so,info:
# your pluginId
title: catalog
yarn backstage-repo-tools package schema openapi generate --client-package <directory>. This will create a new folder in <directory>/src/schema/openapi/generated to house the generated content.src/schema/openapi/generated parent folder, everything you should require will be accessible from the src/schema/openapi/generated/index.ts file. Of note,DefaultApiClient - this is the client that you can use to access your specific spec.