Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 753 Bytes

File metadata and controls

27 lines (17 loc) · 753 Bytes

AEP Explorer

AEP Explorer is a web interface for exploring and interacting with AEP-compliant APIs.

AEP Explorer:

  • Provides a way to view the resources exposed by an API described by an OpenAPI document.
  • Enables exploration of the objects stored within a collection, including filtering.

Live Demo

AEP Explorer is available at ui.aep.dev.

User Guide

The online demo is the easiest way to try the project. Simply use the form to enter the URL of an AEP-compliant.

Running Locally

For advanced users, the project can be deployed locally depending on CORS settings.

npm install
npm run dev