We are designing an API for one of our products and would love to learn from the best. As a developer, what's the best (any why) Web based API you ever used?
Ask HN: What's the best Web based API you ever used?
1–9 of 9 posts
Re: Ask HN: What's the best Web based API you ever used?
#2Parse. I like APIs you can copy/paste into javascript and build an MVP and worry about fail-proof server-side integration for production later.
Re: Ask HN: What's the best Web based API you ever used?
#3Parse. I like APIs you can copy/paste into javascript and build an MVP and worry about fail-proof server-side integration for production later.
Another vote for this one, felt like you were up and running within minutes. Used it with their iOS SDK.
Re: Ask HN: What's the best Web based API you ever used?
#4Stripe. Streamlined and well-documented.
Re: Ask HN: What's the best Web based API you ever used?
#5Another vote for stripe. I know of many junior web devs cutting their teeth on stripe. It's too easy.
Re: Ask HN: What's the best Web based API you ever used?
#6Whatever web API I use I like it to be documented in automatic way so that is always up to date. Especially in first phase API changes, and I remember bad days spent in discovering the new version of some Facebook api before they get published..sort of MSDN black box hell
Re: Ask HN: What's the best Web based API you ever used?
#7Do SDKs count? AWS has been great so far.
Re: Ask HN: What's the best Web based API you ever used?
#8Stripe. Streamlined and well-documented.
Agreed.
Re: Ask HN: What's the best Web based API you ever used?
#9I liked ones that I used and had Swagger documentation, that way you can easily make API calls in the API's documentation.
Take for example pipedrive: https://developers.pipedrive.com/v1