think-router-rest

JSON →
library 1.0.5 ·javascript maintenance
verified Jun 7, 2026

Middleware for ThinkJS 3.x that adds automatic RESTful route recognition to think-router, eliminating the need for custom route definitions. Version 1.0.5 is the latest stable release, with no active development observed since 2018. It is specific to ThinkJS 3.x and requires think-router as a peer dependency. Compared to manual route setup, it infers routes from controller methods (e.g., GET, POST) automatically.