Skip to content

Auto generated UI for OpenAPI 3 and Swagger 2 specifications

License

Notifications You must be signed in to change notification settings

jayvdb/openapi-ui

 
 

Repository files navigation

OpenAPI UI

CircleCI Codecov

A documentation UI and API Console with focus on Swagger v2 and OpenAPI v3 RESTful API specifications.

This UI is inspired by the Swagger UI project, but is more focused on doing API requests.

Demo

It is developed as Angular Library and Angular App.

Current state

This project is currently in development. It is not intended for production use. But you can try it out and see if it works with your API specification.

If you find any issues please report them. Thank you.

Usage of the Angular App

git clone https://github.com/dhcode/openapi-ui.git
npm install
npm run start

Open localhost:4200

Usage of the Angular Library

See Angular library README

Usage of the Web component (custom element)

See Web component README

Browser Compatibility

This project aims to support the most common browsers.

  • Chrome
  • Firefox
  • Safari
  • Internet Explorer 11
  • Microsoft Edge

Not supported features

  • Example values for XML

TODO

  • Integrate OAuth authentication support
  • Integrate support for links
  • Show generated commandline for curl
  • Show generated code for JavaScript and other languages
  • Increase test coverage
  • Publish library to npm

Other libraries used

License

MIT

About

Auto generated UI for OpenAPI 3 and Swagger 2 specifications

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 74.5%
  • HTML 15.6%
  • CSS 6.3%
  • JavaScript 3.6%