What is Restful Architecture ?
REST is an architectural style(Wikipedia) that is used in Rails by default.
Restful Web Services is a stateless client-server architecture where web services are resources and can be identified by their URIs. REST Client applications can use HTTP GET...
codeshutters.hashnode.dev1 min read