Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,23 @@ 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.

## Differences from Swagger UI

[Swagger UI](https://swagger.io/tools/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.

## Live Demo

AEP Explorer is available at [ui.aep.dev](https://ui.aep.dev).

## User Guide

The [online demo](https://ui.aep.dev) is the easiest way to try the project.
The [online demo](https://ui.aep.dev) is the easiest way to try the project.
Simply use the form to enter the URL of an AEP-compliant.

### Running Locally
Expand Down
Loading