Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xperseguers/t3ext-extbase_rest

Fork of EXT:extbase_rest compatible with TYPO3 6.x
https://github.com/xperseguers/t3ext-extbase_rest

Last synced: 1 day ago
JSON representation

Fork of EXT:extbase_rest compatible with TYPO3 6.x

Awesome Lists containing this project

README

        

===============================
Route REST requests for Extbase
===============================

Route HTTP/REST request to action on your controller based on the request method (e.g. GET, POST, PUT).

Usage
=====

Publish your Extbase controller actions as REST methods by adding a ``@restMethod`` phpDoc. E.g., ::

* @restMethod GET

Call your actions using ``/_rest/`` segment::

http://example.com/_rest/{extensionKey}.{pluginName}/{controllerName}.{format}
http://example.com/_rest/{vendorName}.{extensionKey}.{pluginName}/{controllerName}.{format}

Example::

http://example.com/_rest/my_extension.fancy_plugin/data.json