contributte / api-router

:man: RESTful router for your API in Nette Framework (@nette). Created either directly or via annotation.

Home Page:https://contributte.org/packages/contributte/api-router.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nette/Object deprecated - use Nette/SmartObject

BigOHenry opened this issue · comments

Hello, please add support for new nette/utils 2.5.x.

What version do you use? There is no more Nette\Object usage. :)

Ahhh, sorry my bad. I didnt notice you have 2.x version already :)

I updated the api-docu and api-router to 2.x, but i have this problem:
Argument 1 passed to Ublaboo\ApiRouter\ApiRouteSpec::setDescription() must be of the type string, null given, called in /var/www/sep/vendor/ublaboo/api-router/src/DI/ApiRouterExtension.php on line 128

Do you know where could be a problem? Thank you very much

@BigOHenry Fixed in 2.0.3

Thank you, working now.