elements
elements copied to clipboard
Build beautiful, interactive API Docs with embeddable React or Web Components, powered by OpenAPI and Markdown.
## User story. As a developer I want to intercept the outgoing tryout HTTP request So that I can Inject / Update HTTP request parameters such as headers ### UPDATE:...
## User story. As an owner of API documentation, I can pass in an Authorization Token in React, so that Customers of my API Documentation can use the "TryIt" functionality...
## User story. As a user who has designed APIs with query string arrays and/or exploding on comma, my user can see clean URLs instead of a technically probably valid...
When examples for schemas are added by the user, don't show the `default` example that Stoplight generates.
## Describe the bug When using `router="hash"` the contact email becomes a (not found) page link instead of a `mailto:` link. ## To Reproduce 1. Given this OpenAPI document: ```yaml...
readonly $ref is not supported properly even though there are ways to define it in OpenAPI ## Context I have a model for an id, which I want to reference...
## Context When using `oneOf` using a schemas that themselves have a `allOf` Elements uses "any (one of)" as title for the dropdown to select the schema options instead of...
External $ref are fetch with `Credentials: omit`, resulting in error when the schema urls aren't public and require valid credentials. ## Context My api description is done in multiple yaml...
- [x] Read [`CONTRIBUTING.md`](../CONTRIBUTING.md) I found myself using `elements` to create an online schema viewer that lives behind an authenticated proxy. Things _mostly_ worked, except for parts of our schema...
## Current Behavior  ## Steps to Reproduce 1. open 2. go to one of ENDPOINTS 3. click an anchor link ## Environment - Version used: 7.5.20 - Link to...