b13 / slimphp-bridge

SlimPHP Integration in TYPO3 Frontend for rapid API development
GNU General Public License v2.0
18 stars 5 forks source link

Make routeCollector availalable in Container #25

Open saneinsane opened 1 year ago

saneinsane commented 1 year ago

With routeCollector available in Slim controller we could easily create an index endpoint that lists all available slim api routes with their properties. Currently I see no way to access the routeCollector from the api callback without using reflection.