Kind: Class
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/EndpointDetail.ts
Extends: ExplorerElement
Methods
| Method | Signature | Returns |
|---|---|---|
render | render() | void |
Properties
| Property | Type |
|---|---|
styles | any |
endpoint | APIEndpoint |
environment | Environment |
schemas | Record<string, Schema> |
Where it refuses work
AtloriaEndpointDetailstops the work with an early return when!schema, in 3 places.AtloriaEndpointDetailstops the work with an early return whencode >= 200 && code < 300.AtloriaEndpointDetailstops the work with an early return whencode >= 300 && code < 400.AtloriaEndpointDetailstops the work with an early return whencode >= 400 && code < 500.AtloriaEndpointDetailstops the work with an early return whencode >= 500.AtloriaEndpointDetailstops the work with an early return when!schema?.$ref.
Was this page helpful?