Skip to main content

API Endpoint Catalogue

v1.1.3

Generate API endpoint catalogues with method, path, and description tables.

Generates API endpoint catalogue documentation — format endpoint method, path, description, and parameters as a Markdown table ready for wikis, README files, or documentation portals.

How to use
  • Add endpoint entries with method, path, description, and parameter details.
  • The generated Markdown table is formatted for GitHub-flavored Markdown.
  • Copy into your API documentation, README, or wiki page.
API table
| Method | Path | Description |
| --- | --- | --- |
| GET | /health | Service health |
| POST | /api/users | Create user |