Live data from Hacker News

Ask HN: What is the best API documentation you have ever seen?

news.ycombinator.com

41–50 of 64 posts

Re: Ask HN: What is the best API documentation you have ever seen?

#41
post #4

Stripe API docs. There have probably been many past threads about this.

Stripe started really really well with its developer, library and documentation support. In fact I think that’s a very large part of their initial success. At some point they lost that focus and dropped the ball. For example for a very long time they had no direct support for reactjs even when it was hugely popular, instead you had to go find some third party library which is a terrible thing to have to do for implem…

I think Stripe offers a great product, but I still don’t think they have direct support for react-native, relying instead on a third-party library which isn’t very well documented, and only implements portions of the stripe API.

Re: Ask HN: What is the best API documentation you have ever seen?

#42
I really like the Lua reference manual. All on a single page (e.g. https://www.lua.org/manual/5.3/manual.html), covers the complete syntax/semantic of the language, a few concepts as well as its Lua and C embedding APIs. All without bells and whistles. It surely helps that it's a relatively easy language. While I learned Lua, I basically never had to look anywhere else for information. I guess that's what a good documentation is supposed to aim for.

Re: Ask HN: What is the best API documentation you have ever seen?

#44
post #37

I do like the PostgreSQL docs, they have a human feel to them and I usually get the answer I want pretty quickly. https://www.postgresql.org/docs/10/static/index.html

Huh. I've always found them to be the absolute worst docs I've ever seen. Any simple Google search will bring me to a page full of vaguely connected things with no particular headdings or way to quickly get the info I'm looking for.

Re: Ask HN: What is the best API documentation you have ever seen?

#45
post #21

Side note, how do I volunteer or work part time writing technical documentation? I feel like my writing skills and my ability to make code understandable and explicit to other readers would be a perfecy use for producing great documentation.

I need some docs, would compensate, contact in my profile

I emailed one of the only public and most likely guessable aliases at your domain, please let me know if you would prefer for us to chat in a more cryptographically secure manner.

Thanks!

Re: Ask HN: What is the best API documentation you have ever seen?

#47
post #37

I do like the PostgreSQL docs, they have a human feel to them and I usually get the answer I want pretty quickly. https://www.postgresql.org/docs/10/static/index.html

Huh. I've always found them to be the absolute worst docs I've ever seen. Any simple Google search will bring me to a page full of vaguely connected things with no particular headdings or way to quickly get the info I'm looking for.

They become more useful with time, i.e. when you know what to look for on a page. But I wouldn't call them great either.
Post reply on HN