Kind: Function
Source: atloria-monorepo/apps/parser-orchestrator/src/queue/processors/parser-registry.ts
Get parser names by category Note: API Schema parsers (openapi, graphql) are handled by the api-schema-parser microservice
Signature
tsfunction getParsersByCategory(): Record<string, string[]>
Returns: Record<string, string[]>
Was this page helpful?