Pergunta de entrevista da empresa Salesforce

4) What is a RESTful API?

Resposta da entrevista

Sigiloso

18 de jan. de 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...