Routex
Rest API compatible routes for Frappe
- Author: niraj2477
- Repository: https://github.com/niraj2477/routex
- GitHub stars: 11
- Forks: 1
- License: AGPL-3.0
- Category: Developer Tools
- Maintenance: Minimally Maintained
Install Routex
bench get-app https://github.com/niraj2477/routex
Tags
- frappe
Add the Frappe Gems badge to your README
Maintain Routex? Paste this into your README:
[](https://frappegems.com/gems/apps/niraj2477/routex)
About Routex
[](https://www.python.org/downloads/) [](https://opensource.org/license/agpl-v3) ### Rest API compatible routes for Frappe _RouteX is a Frappe app that enhances API routing by introducing RESTful endpoints alongside Frappe’s default dotted path approach. It provides a more intuitive and flexible way to define and manage API routes in Frappe applications._ [Quick Start](#-quick-start) • [Examples](#-examples) • [Support](#-support)
RestAPI compatible- Fully supports RESTful principles, making it easy to integrate with external services. - Supports slashed path-based routing (e.g., /api/app-name/) instead of Frappe’s dotted path convention for cleaner and more intuitive URLs. |
Grouped Routes- Organize multiple related API endpoints under a single namespace. - Helps maintain cleaner, more structured API management. |
Custom route names- Allows defining human-readable and meaningful route names. - Enhances debugging and logging by providing easily identifiable route identifiers. |
Related Developer Tools apps for Frappe & ERPNext
- Frappe — Low code web framework for real world applications, in Python and Javascript
- Frappe Docker — Docker environment for developing, deploying, and running Frappe applications (ERPNext and custom apps) in production and development
- Builder — Craft beautiful websites effortlessly with an intuitive visual builder and publish them instantly
- Bench — CLI to manage Multi-tenant deployments for Frappe apps
- Frappe Ui — A set of components and utilities for rapid UI development
- Press — Full service cloud hosting for the Frappe stack - powers Frappe Cloud
- Gameplan — Open Source Discussions Platform for Remote Teams
- Doppio — A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.