Restful icon indicating copy to clipboard operation
Restful copied to clipboard

Drahak\Restful - Nette REST API bundle

Results 38 Restful issues
Sort by recently updated
recently updated
newest added

ResponseFactory::getNextPageUrl() changes the current page, so we are getting wrong results by using the paginator. Either it should change the page back, or use a clone of the paginator. Moreover...

Fix nette-robot-loader from version >= 3.0.0

- bug report? yes - feature request? no - version: master Description - PHP 7.2 uses "Object" as typehint (https://wiki.php.net/rfc/object-typehint). - Tested with "php:7.2.0RC5".

- bug report? yes - feature request? no - version: master ---- Option 'autoGenerated' set to TRUE causes RobotLoaded's rebuild() invocation with every single request. It slowes down whole app...

When client send request to my rest-api and some error occurs then client get response with code 500 without information about error. In server side in log directory is no...

I'd appreciate to be able to disable `RequestFilter` and thus avoid setting headers right after creating the `Response` object in `createHttpResponse()`. https://github.com/drahak/Restful/blob/master/src/Drahak/Restful/Http/ResponseFactory.php#L73 The problem with this is that it dumps...

Hi, is there some requirement/purpose for [nette/deprecated](https://github.com/drahak/Restful/blob/master/composer.json#L22)? I did not found any.

Is there going to be a stable release? Is there any checklist needed to be done? I'd be glad to help, this is an awesome library!

If I'm using routes defined in the neon config file everything is OK. I can choose order of routers created by this extension automatically. But If I want to use...