Installation
TYPO3 Extension Repository
The extension can be installed from within the Extension Manager and can be found here in the TYPO3 extension repository.
Composer
If you use TYPO3 in Composer mode use
composer require cundd/rest
Latest source
- Clone the REST extension from source
cd typo3conf/ext/; git clone https://github.com/cundd/rest.git;
- Install REST in the Extension Manager
- Configure the API access (learn more)
- Connect to
your-domain.com/rest/
(rest/
is the request namespace)