From c116341dd13c6f9e6015f66619051523ceca5bd8 Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Thu, 20 Nov 2025 10:37:02 -0800 Subject: [PATCH 1/3] README should appear --- .github/{README.md => workflows.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{README.md => workflows.md} (100%) diff --git a/.github/README.md b/.github/workflows.md similarity index 100% rename from .github/README.md rename to .github/workflows.md From 93167d3a460eb5e4fda1edb0c1c20c897c488a9c Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Thu, 20 Nov 2025 10:39:30 -0800 Subject: [PATCH 2/3] README changes --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e6c76fe..0a1e42c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,15 @@ 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). From dc2e6cb7d5d0bb03ac51c6d3195f1e536a4cc852 Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Thu, 20 Nov 2025 10:40:02 -0800 Subject: [PATCH 3/3] readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a1e42c..8796290 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,13 @@ AEP Explorer: - 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 +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 @@ -22,7 +23,7 @@ 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