Live data from Hacker News

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

news.ycombinator.com

11–16 of 16 posts

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

#11
I second Stripe, Twilio, Tokbox, Dwolla as leaders in good implementation--then add Full Contact, Iron.io, Etsy, Factual and Foursquare to that stack.

But definitely look at the oldest developer areas with eBay, Salesforce and Amazon. They have been doing it a while.

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

#12

Parse's portal gets a great melding of form, function, and philosophy. http://www.parse.com FullContact's portal has some nifty navigation on the documentation: http://www.fullcontact.com/developer/docs/ An honorable mention should goto the creativity behind Twitter's Field Guide: https://dev.twitter.com/docs/platform-objects

Absolutely agreed on Parse. My only criticism is bookmarking doesn't work very well. Mashery also puts together some solid docs via their iodocs system - https://github.com/mashery/iodocs/

What has been your issue bookmarking on Parse?

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

#15
Github is also quite good (http://developer.github.com). 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

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.

b) Document everything. Even small nuances that you feel are implied. The API specs should change before your API changes.

c) Give me an archived version somewhere. This is easier if you just release your docs as a repo on github. This really helps people out. I ended up converting the parse.com documentation to markdown just to get an offline, readable version for myself.

Post reply on HN