Commit d2367257 authored by Joson GE's avatar Joson GE

Updation 2

parent 0102fb9f
# REST API IMPLEMENTATION IN TYPO3 FLOW # REST API IMPLEMENTATION IN TYPO3 FLOW
REST stands for REpresentational State Transfer.REST is web standards based architecture and uses HTTP Protocol for data communication.(*http://www.tutorialspoint.com/restful/restful_introduction.htm*) > REST stands for REpresentational State Transfer.REST is web standards based architecture and uses HTTP Protocol for data communication (*http://www.tutorialspoint.com/restful/restful_introduction.htm*).
\ No newline at end of file
## Implementation in TYPO3 Flow
1. Add below code in main Routes.yaml file in main Configuration.
```
##
# Subroutes from the Joson.Rest package.
#
-
name: 'Joson Rest'
uriPattern: '<JosonRestSubroutes>'
subRoutes:
JosonRestSubroutes:
package: Joson.Rest
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment