Amazon interview question

What makes an api friendly?

Interview Answer

Anonymous

Dec 14, 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.