Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/entity.interface.ts
API Endpoint entity
Properties
| Property | Type |
|---|---|
type | EntityType.API_ENDPOINT |
method | `'GET' |
path | string |
pathParams | ParameterDefinition[] |
queryParams | ParameterDefinition[] |
requestBody | SchemaDefinition |
responses | ResponseDefinition[] |
authentication | AuthenticationInfo |
rateLimit | RateLimitInfo |
middleware | string[] |
controller | string |
operationId | string |
Was this page helpful?