QuickApi
REST-Like API Resource enabling Snippet-based API Endpoints
Creator: Jared Healy (jaredfhealy)
About QuickApi
Adds a light-weight REST-Like API methodology to your MODX instance. The default API path is accessed by /api/.
Path format: ////\?=value1 Example URL: GET /api/hello_world?greeting=Yo, yo Executed Snippet: ApiHelloWorld JSON Response
{
"success": true,
"message": "Yo, yo world!!"
}
Information
Released
November 26, 2020
Supported Database
MySQL
License
GPLv3
Instructions
Install from the Extras Installer. See MODX Docs for details.
New in 1.1.0-rc
- Removed need to adjust Nginx or Apache rewrite rules
- Added a plugin, QuickApiRoute, which handles the rewriting making setup quicker and easier
- Added a system property to allow changing the API Path Root from "api/" to any value like "myapi/" or "api2/".