api-extending
Adding custom REST routes to the FriendsOfRedaxo/api addon from your own addon – building a RoutePackage subclass, registering routes, scope management, and the request-context caveats (auth runs in frontend context, isBackend() returns false). Use when the user adds endpoints to the api addon, exposes their own data over the same auth/scope mechanism, or runs into "EP fires only in backend but I need it from the API" problems.
Changelog: Source: GitHub https://github.com/FriendsOfREDAXO/claude-marketplace
Loading comments...