Question d’entretien chez Amazon

What makes an api friendly?

Réponse à la question d'entretien

Utilisateur anonyme

14 déc. 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.