Domanda di colloquio di Amazon

What makes an api friendly?

Risposta di colloquio

Anonimo

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