TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What's the best Web based API you ever used?

5 点作者 orenbarzilai大约 10 年前
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?

6 条评论

nreece大约 10 年前
Stripe. Streamlined and well-documented.
评论 #9560556 未加载
aprdm大约 10 年前
I liked ones that I used and had Swagger documentation, that way you can easily make API calls in the API&#x27;s documentation. Take for example pipedrive: <a href="https:&#x2F;&#x2F;developers.pipedrive.com&#x2F;v1" rel="nofollow">https:&#x2F;&#x2F;developers.pipedrive.com&#x2F;v1</a>
manidoraisamy大约 10 年前
Parse. I like APIs you can copy&#x2F;paste into javascript and build an MVP and worry about fail-proof server-side integration for production later.
评论 #9559228 未加载
eleumik大约 10 年前
Whatever 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
gxespino大约 10 年前
Another vote for stripe. I know of many junior web devs cutting their teeth on stripe. It&#x27;s too easy.
gcatalfamo大约 10 年前
Do SDKs count? AWS has been great so far.