Express List Endpoints

screenshot of Express List Endpoints
express

A express package to list all registered endpoints and its verbs

Overview

Express List Endpoints is a tool for Express that allows users to retrieve a list of endpoints with set verbs in an Express app or router. By using this tool, developers can easily see the endpoints registered in their app or router.

Features

  • Express endpoint parser: Helps retrieve a list of endpoints in an Express app or router.
  • Set verbs: Allows users to see which HTTP verbs are set for each endpoint.
  • Easy to use: Simply pass in the Express app or router instance to get the list of endpoints.

Summary

Express List Endpoints is a valuable tool for developers working with Express apps or routers. It provides an easy way to retrieve and list all endpoints along with their set HTTP verbs. By using this tool, developers can have a better understanding of the endpoints registered in their Express application.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.