Pergunta de entrevista da empresa Amazon

What makes an api friendly?

Resposta da entrevista

Sigiloso

14 de dez. de 2019

API uses REST, try to adhere to RESTful guidelines (don't use an HTTP get request to delete an object, for example). This isn't to say one method is better than another, but for choices you make in your API, apply them consistently throughout the entire API.