[TYPO3-v4] Webservices for TYPO3

Steffen Kamper info at sk-typo3.de
Thu Aug 19 14:51:47 CEST 2010


Hi,

just to mention, as we talked on skype about this.

ExtDirect already provide a RESTful interface, for example the ExtDirect 
store supports 4 methods (CRUD)

Specific urls to call on CRUD action methods "read", "create", "update" 
and "destroy". Defaults to:

api: {
     read    : undefined,
     create  : undefined,
     update  : undefined,
     destroy : undefined
}

for other webservices it would be cool to have such a router. I prefer 
backporting FLOW3 webrouter and integration, i would appreciate if 
someone has time to dig into.

vg Steffen


More information about the TYPO3-project-v4 mailing list