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.
Swagger UI is designed for creating API calls by allowing users to create request messages and view their responses.
AEP Explorer is resource-oriented. The UI does not assume that users have any familiarity with the underlying APIs, what the requests/responses look like, or even what APIs need to be called. Instead, it focuses on allowing users to interact with resources and makes the proper AEP-compliant API calls under-the-hood.
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