A simple Vuetify-based project to upload and display exported collection files from Postman directly in the browser.
The latest version ist deployed as GitHub Page: dersvenhesse.github.io/postman-collection-viewer.
- Listing requests from an uploaded collection file, with the following information per request:
- HTTP method and URL
- Path (each parents folder name and the requests name)
- Headers
- Auth type
- Body
- Events (e.g. test, prerequest, postrequest) in a fold-out
- Filtering listed requests by name
Run npm install
and use either npm run dev
for local development or npm run build
for production build.
- Theme changes (to dark or light) don't apply to code blocks until reloading
- The code has inspirations from gopalkildoliya/postman-collection-viewer