Live data from Hacker News

Ask HN: What is the best example of api documentation you know?

news.ycombinator.com

1–10 of 12 posts

Re: Ask HN: What is the best example of api documentation you know?

#6
Twilio, 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?

#8
post #6

Twilio, 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/

Much obliged for that. We still have a lot of work still here at Twilio to do around our documentation - appreciate the vote of confidence. Some of the stuff the DevX team is working on right now has me really excited.

Hope you'll share what you think when we release it.

Re: Ask HN: What is the best example of api documentation you know?

#9
post #6

Twilio, 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/

I'd add BlockScore to that list:

https://manage.blockscore.com/docs/index

Post reply on HN