Ask HN: What is the best example of api documentation you know?
1–10 of 12 posts
Re: Ask HN: What is the best example of api documentation you know?
#2Re: Ask HN: What is the best example of api documentation you know?
#3curl examples are the thing that impress me the most ...
Re: Ask HN: What is the best example of api documentation you know?
#4Re: Ask HN: What is the best example of api documentation you know?
#5I also love the Google Maps API. They're certainly in my top 5 for API documentation.
Re: Ask HN: What is the best example of api documentation you know?
#6Generally, 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:
Re: Ask HN: What is the best example of api documentation you know?
#7Re: Ask HN: What is the best example of api documentation you know?
#8Twilio, Stripe, Parse, Sendgrid, Mailgun are examples of companies with good 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.
Re: Ask HN: What is the best example of api documentation you know?
#9Twilio, Stripe, Parse, Sendgrid, Mailgun are examples of companies with good 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/
Re: Ask HN: What is the best example of api documentation you know?
#10everything a dev might ever want to know about constructing a query, calling this API, and parsing the results--beautifully accessible from this homepage