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.
AEP Explorer is available at ui.aep.dev.
The online demo is the easiest way to try the project. Simply use the form to enter the URL of an AEP-compliant.
For advanced users, the project can be deployed locally depending on CORS settings.
npm install
npm run dev