0

Im new to web programming, and im starting out with Ruby on Rails. Im having trouble grasping the concept of RESTful resources or web API or URI. Can someone please explain to me in a simple term that i could understand?

m5kev4n
  • 541
  • 1
  • 8
  • 20
  • In Rails a Restful resource is a Model (the M in MVC) that can be manipulated by the client/user in a RESTful manner. – Sagar Pandya Jul 07 '17 at 03:45
  • 1
    Here's another [REST explainer](https://stackoverflow.com/questions/2001773/understanding-rest-verbs-error-codes-and-authentication). – tadman Jul 07 '17 at 04:19

0 Answers0