Live data from Hacker News

Ask HN: What are the best documented developper tools?

news.ycombinator.com

1–10 of 12 posts

Re: Ask HN: What are the best documented developper tools?

#2
If you are talking about company's internal developer facing documentations, they are not going to be on internet.

Some of the best product documentations there are:

https://stripe.com/docs/api

http://www.twilio.com/docs

https://docs.djangoproject.com

https://developers.google.com/maps/documentation/

http://docs.oracle.com/javase/7/docs/api/

https://parse.com/docs/ios/guide

Re: Ask HN: What are the best documented developper tools?

#5
post #2

If you are talking about company's internal developer facing documentations, they are not going to be on internet. Some of the best product documentations there are: https://stripe.com/docs/api http://www.twilio.com/docs https://docs.djangoproject.com https://developers.google.com/maps/documentation/ http://docs.oracle.com/javase/7/docs/api/ https://parse.com/docs/ios/guide

That's exactly the kind of list I was looking for. Thank you for understanding despite the lack of explanation.

Re: Ask HN: What are the best documented developper tools?

#6
post #3

https://auth0.com/ provides some pretty incredible documentation (they also provide a great product; we use it to support authentication for our suite of corporate/enterprise-facing apps)

The filtering options to get to the version of the doc you need are wonderful. Thanks!

Re: Ask HN: What are the best documented developper tools?

#10
Some of the docs I've had to deal with lately, that I've found very useful and easy to navigate:

https://apidocs.mailchimp.com

https://dashboard.batch.com/doc [Requires Login]

(Great product for marketing push notifications, by the way)

Also Apple has a great doc site. Very verbose, but thorough:

https://developer.apple.com/library/ios/documentation/UIKit/...

Post reply on HN