An open API service indexing awesome lists of open source software.

https://github.com/simonschaufi/routes

Provides an ability to bind a route slug to the certain Extbase Action endpoint.
https://github.com/simonschaufi/routes

ajax api crud extbase middleware rest route routing spa webservice yaml

Last synced: 4 months ago
JSON representation

Provides an ability to bind a route slug to the certain Extbase Action endpoint.

Awesome Lists containing this project

README

          

# TYPO3 Extension ``routes``

This extension gives you a possibility to bind the url endpoint with certain Extbase Action.

Shortly saying, you can create an API for your TYPO3 Project.

Features:
* Allow developer to register its own route using yml. ( /api/users => UserController::list )
* Additional middleware for your routes.
* Simple module for general information.

Check out the [documentation](https://docs.typo3.org/p/lms/routes/master/en-us/)