Ask HN: What is the best example of api documentation you know?
I am researching documentation for api's. What makes a good documentation? What sections and articles are interesting for new and old users etc? Do you have any favorite documentation and why?
Thanks
11 comments
[ 4.1 ms ] story [ 33.9 ms ] thread[0] https://github.com/PharkMillups/beautiful-docs
https://stripe.com/docs/api
curl examples are the thing that impress me the most ...
I also love the Google Maps API. They're certainly in my top 5 for API documentation.
Generally, I like to see a high-level overview of the API, authentication scheme, endpoints, sample request and response, error code explanations, and sample code coverage in multiple languages. I wrote a blog post on this topic:
http://murtza.org/creating-a-great-developer-experience/
Hope you'll share what you think when we release it.
https://manage.blockscore.com/docs/index
everything a dev might ever want to know about constructing a query, calling this API, and parsing the results--beautifully accessible from this homepage