Possibly depends what you mean by "API", but I really like the SQLite documentation with its graphical representations of the query syntax.
Ask HN: What is the best API documentation you have ever seen?
51–60 of 64 posts
Re: Ask HN: What is the best API documentation you have ever seen?
#52The sample json responses are also based on your data too, and the docs showcase what those look like
Re: Ask HN: What is the best API documentation you have ever seen?
#53Re: Ask HN: What is the best API documentation you have ever seen?
#54Possibly depends what you mean by "API", but I really like the SQLite documentation with its graphical representations of the query syntax.
Re: Ask HN: What is the best API documentation you have ever seen?
#55Possibly depends what you mean by "API", but I really like the SQLite documentation with its graphical representations of the query syntax.
Backus-Naur diagrams are sweet. I used to covet the one that Apple put out for Apple Pascal: https://www.bytecellar.com/2004/06/15/apples_pascal_s/
And thanks for giving me a name for them, too.
Re: Ask HN: What is the best API documentation you have ever seen?
#56[1] http://hackage.haskell.org/package/base-4.11.1.0/docs/Data-L... [2] https://www.haskell.org/haddock/
Re: Ask HN: What is the best API documentation you have ever seen?
#57My choice is, perhaps, more indicative of taste/proclivity than anything else.
Re: Ask HN: What is the best API documentation you have ever seen?
#58Earlier quoted context omitted.
Backus-Naur diagrams are sweet. I used to covet the one that Apple put out for Apple Pascal: https://www.bytecellar.com/2004/06/15/apples_pascal_s/
Oh, that poster is nice! And thanks for giving me a name for them, too.
Re: Ask HN: What is the best API documentation you have ever seen?
#59Common Lisp HyperSpec - http://www.lispworks.com/documentation/HyperSpec/Front/index... My choice is, perhaps, more indicative of taste/proclivity than anything else.
Re: Ask HN: What is the best API documentation you have ever seen?
#60Possibly depends what you mean by "API", but I really like the SQLite documentation with its graphical representations of the query syntax.
Backus-Naur diagrams are sweet. I used to covet the one that Apple put out for Apple Pascal: https://www.bytecellar.com/2004/06/15/apples_pascal_s/
There are BNF to railroad diagram generators (they take a "grammar file", often BNF, and output a railroad diagram).