https://github.com/shuffle/api-explorer
API explorer UI built for OpenAPI exploration and testing
https://github.com/shuffle/api-explorer
Last synced: 11 months ago
JSON representation
API explorer UI built for OpenAPI exploration and testing
- Host: GitHub
- URL: https://github.com/shuffle/api-explorer
- Owner: Shuffle
- Created: 2024-05-14T07:15:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T10:36:35.000Z (almost 2 years ago)
- Last Synced: 2025-02-11T14:39:18.149Z (over 1 year ago)
- Language: JavaScript
- Size: 778 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Explorer
API explorer NPM package
Build Locally
```bash
$ npm install
$ npm run rollup
```


## Todos:
- [x] Parse OpenAPI version 3 data and visualize it
- [x] Categorize API paths as a left-side explorer~
- [x] Be an importable library to visualize and test API's. We will import it on the Shuffle side later.
- [ ] Let users choose API's from it and test them as normal HTTP commands
## Future todos:
- [ ] A middle-view focused on explaining the function you are testing
- [ ] Edit functionality to change the standard functionality of an API
- [ ] A Diff function, to make it possible to import & diff the current API and a new one.
- [ ] Other formats than OpenAPI3. This can be translated elsewhere and not on the frontend.
- More todos~