Frage im Vorstellungsgespräch bei Salesforce

4) What is a RESTful API?

Antwort im Vorstellungsgespräch

Anonym

18. Jan. 2018

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...