Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/fastapi-detector.ts
Detected FastAPI route
Properties
| Property | Type |
|---|---|
entityId | string |
filePath | string |
method | `'GET' |
path | string |
functionName | string |
requestModel | string |
responseModel | string |
dependencies | string[] |
tags | string[] |
deprecated | boolean |
confidence | `'high' |
Was this page helpful?