tomaj / nette-api

API solution for Nette framework with interactive generated console for each api
MIT License
36 stars 20 forks source link

Lazy api handlers #149

Closed lulco closed 3 months ago

lulco commented 4 months ago

usage

services:
    someLazyHandler: SomeLazyHandler()
    apiDecider:
        setup:
            - addApi(Tomaj\NetteApi\EndpointIdentifier('POST', 3, 'app.init'), '@someLazyHandler', NoAuthorization())
lulco commented 4 months ago

@riki137 co myslis?