A modern, interactive API documentation site with Postman collection export capability.
- 📚 Clean, modern documentation layout
- 🔍 Interactive endpoint exploration
- 📤 Export to Postman collection
- 🎨 Responsive design
- ✨ Syntax highlighting for code examples
- Clone the repository
- Navigate to the
docsdirectory - Serve the directory using a local server (e.g.,
python -m http.server 8000) - Open
http://localhost:8000in your browser
The site is automatically deployed to GitHub Pages when changes are pushed to the main branch.
To add or modify API endpoints, edit the docs/js/api-data.js file.
MIT
thanks to @kevinskyba for the original Postman collection and enabling the community to work on alternative clients. You are awesome.