Skip to content

AtloriaEndpointDetail

reference
1 min readUpdated

Kind: Class

Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/EndpointDetail.ts

Extends: ExplorerElement

Methods

MethodSignatureReturns
renderrender()void

Properties

PropertyType
stylesany
endpointAPIEndpoint
environmentEnvironment
schemasRecord<string, Schema>

Where it refuses work

  • AtloriaEndpointDetail stops the work with an early return when !schema, in 3 places.
  • AtloriaEndpointDetail stops the work with an early return when code >= 200 && code < 300.
  • AtloriaEndpointDetail stops the work with an early return when code >= 300 && code < 400.
  • AtloriaEndpointDetail stops the work with an early return when code >= 400 && code < 500.
  • AtloriaEndpointDetail stops the work with an early return when code >= 500.
  • AtloriaEndpointDetail stops the work with an early return when !schema?.$ref.

Was this page helpful?

Download as PDF