Home

Awesome

OpenAPI Explorer

Web Component Custom Element for Open-API spec viewing, with automatic integration for React and Vue.

This is an open source project managed by the Authress Engineering team.

<p align="center"> <a href="https://authress.io" alt="Authress Engineering"> <img src="https://img.shields.io/static/v1?label=Authress+Engineering&message=OpenAPI%20Explorer&color=%23FBAF0B&logo=androidauto&logoColor=%23FBAF0B"></a> <a href="./LICENSE" alt="apache 2.0 license"> <img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg"></a> <a href="https://badge.fury.io/js/openapi-explorer" alt="npm version"> <img src="https://badge.fury.io/js/openapi-explorer.svg"></a> <a href="https://authress.io/community" alt="npm version"> <img src="https://img.shields.io/badge/community-Discord-purple.svg"></a> <a href="https://www.webcomponents.org/element/openapi-explorer" alt="published on webcomponents.org"> <img src="https://img.shields.io/badge/webcomponents.org-OpenAPI%20Explorer-blue.svg?style=social"></a> </p>

Beautiful and responsive API explorer and console

<p> <a href="https://authress-engineering.github.io/openapi-explorer/#?route=get-/v1/users/-userId-/resources/-resourceUri-/permissions/-permission-" target="_blank"> <img src="./docs/desktop-view.png" alt="Desktop demo image" width="800px"> </a> </p>

Check out the Demo

OpenAPI Explorer Demo

(Curious about the exact styling of the demo)

Get started now

npm install openapi-explorer

Quick start example

<openapi-explorer :spec-url="openapiSpecificationUrl">
  <div slot="overview">
    <h1>The API</h1>
  </div>
</openapi-explorer>

Features

Documentation

Troubleshooting integration issues

Common issues

Contribution

Contributions Guide

# Clone / Download the project then
git clone

## Pull in dependencies
yarn

# build will generate dist/openapi-explorer.min.js
yarn build 

import 'openapi-explorer';

Copyright

Copyright 2023-2024 Rhosys AG

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this repository source except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.