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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's Your Favorite API Developer Portal?

26 点作者 rahim将近 13 年前
We're gearing up to redesign our massively outdated Developer Portal and I'd love some examples of API dev portals done right. Folks like Twilio and Tokbox are on the list, who else? Please also say what you like about it and what (if anything) you wish they'd improve.

12 条评论

dtsingletary将近 13 年前
Parse's portal gets a great melding of form, function, and philosophy. <a href="http://www.parse.com" rel="nofollow">http://www.parse.com</a><p>FullContact's portal has some nifty navigation on the documentation: <a href="http://www.fullcontact.com/developer/docs/" rel="nofollow">http://www.fullcontact.com/developer/docs/</a><p>An honorable mention should goto the creativity behind Twitter's Field Guide: <a href="https://dev.twitter.com/docs/platform-objects" rel="nofollow">https://dev.twitter.com/docs/platform-objects</a>
评论 #4241087 未加载
templaedhel将近 13 年前
Not as well known (yet) but Clever has some nifty docs that allow for creating and testing queries against demo data right from the page.<p><a href="https://getclever.com/developers/docs" rel="nofollow">https://getclever.com/developers/docs</a>
frankdenbow将近 13 年前
Stripe does a great job with their portal. Mashery as well has a great interactive portal that I like to use.
captn3m0将近 13 年前
Github is also quite good (<a href="http://developer.github.com" rel="nofollow">http://developer.github.com</a>). They are straight forward docs for developer, and the prospect that the complete site is on github itself is a +1. I had some troubles with Cors support recently, and found it part of the spec within two clicks from their main portal. Try to<p>a) Keep headings readable (nothing fancy) and un-ambiguous. Don't make me wonder whether I have to go to Authorization or Authentication for instance.<p>b) Document everything. Even small nuances that you feel are implied. The API specs should change before your API changes.<p>c) Give me an archived version somewhere. This is easier if you just release your docs as a repo on github. This <i>really</i> helps people out. I ended up converting the parse.com documentation to markdown just to get an offline, readable version for myself.
apievangelist将近 13 年前
I second Stripe, Twilio, Tokbox, Dwolla as leaders in good implementation--then add Full Contact, Iron.io, Etsy, Factual and Foursquare to that stack.<p>But definitely look at the oldest developer areas with eBay, Salesforce and Amazon. They have been doing it a while.
tjlytle将近 13 年前
CloudMine (<a href="https://cloudmine.me" rel="nofollow">https://cloudmine.me</a>) recently updated their dashboard, and while I haven't had a chance to really work through it all, it looks pretty nice.s<p>Since it's backend as a service, allowing access to view/edit/troubleshoot the data is key.<p>Also, CloudMailin's (<a href="http://www.cloudmailin.com/" rel="nofollow">http://www.cloudmailin.com/</a>) 'Try it Live!' is a pretty nice demo of the API.
andrewmwatson将近 13 年前
Pusher has a great realtime console, Stripe has stellar documentation and Foursquare has great developer features like testing recent push notifications.
mschonfeld将近 13 年前
I actually just rolled out a new Dev portal at Dwolla. He I it out over at developers.dwolla.com. I tried to make it more of an integration portal, so that there's something for coders, but also for non tech people trying to figure out if Dwolla is right for them.<p>Mainly tho, I think that the 4sq model of being able to try out every method on the fly is super important to devs...
jgeewax将近 13 年前
Stripe is pretty spectacular.
asmithmd1将近 13 年前
Foursquare lets you try out API calls that require authentication without leaving the documentation page. They use the correct permission for your user ID so you can see exactly what a logged in user will get back.
adrianparsons将近 13 年前
Twilio's getting started documentation blew me away. A focus on what you can build, and what you can get working quickly ("I just sent myself a TEXT. Sweet!"). It's also better designed than most consumer web apps.
martinnormark将近 13 年前
Campaign Monitor is pretty awesome: <a href="http://www.campaignmonitor.com/api/" rel="nofollow">http://www.campaignmonitor.com/api/</a>