4) What is a RESTful API?
Utilisateur anonyme
Is a standard used in web APIs which returns back the result in a certain format (such as XML, JSON, etc). Represents Representational State Transfer. The web client needs to perform a GET request to get info of a resource; POST, PUT, etc...