complete implementation of REST api in typo3 flow
Showing
Configuration/Policy.yaml
0 → 100755
Configuration/Routes.yaml
0 → 100755
Documentation/Makefile
0 → 100755
Documentation/conf.py
0 → 100755
Documentation/index.rst
0 → 100755
composer.json
0 → 100755
{ | |||
"name": "joson/rest", | |||
"type": "typo3-flow-package", | |||
"description": "Add description here", | |||
"require": { | |||
"typo3/flow": "*" | |||
}, | |||
"autoload": { | |||
"psr-0": { | |||
"Joson\\Rest": "Classes" | |||
} | |||
} | |||
} | |||
\ No newline at end of file |
Please register or sign in to comment