Goals: Recognize REST patterns including route & controller naming conventions, strong params, and postman What is the benefit of following the REST pattern? One of the main benefits of REST APIs is that they rely on the HTTP standard, which means it’s format-agonistic and you can use XML, JSON, HTML, etc…