FriendsOfSymfony / FOSRestBundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony
http://symfony.com/doc/master/bundles/FOSRestBundle/index.html
MIT License
2.79k stars 702 forks source link

add support for resource: "@AcmeHelloBundle\Controller\UsersController" syntax #227

Closed lsmith77 closed 4 years ago

lsmith77 commented 12 years ago

see https://github.com/FriendsOfSymfony/FOSRestBundle/pull/214/files#r667265

stof commented 12 years ago

@lsmith77 is it really a good idea ? Currently, the resource is not a path but a class name, so the shortcut notation for paths would be more confusing than helpful IMO

lsmith77 commented 12 years ago

i don't think its critical .. but its supported by SensioFrameworkExtraBundle

Tobion commented 4 years ago

Closing as automatic route generation is deprecated: #1954