[FLOW3-general] Trying to REST ;)

Oliver Wand wand at itaw.de
Wed Oct 19 11:36:45 CEST 2011


Dear all,

currently I'm trying to implement a RESTful service based on the FLOW3 
RestController.

Trying to get a list with "curl http://flow3.local/Rm.Rest/article" does 
work fine as expected.

But using "article/1" doesn't not set the action to 'show' instead leads 
to an exception that "1Action" does not exist in the controller.

The same goes with the other actions based on the RestController.

Obviously my approach is wrong as I did it the way I kind-of was used to 
it from Zend.

How does FLOW3 actually expect the arguments to be given?

Any hints would be appreciated :-)

Thanks,

Oliver


More information about the FLOW3-general mailing list