Have an opportunity to provide input on my company's api documentation. What are some of your favorite examples of docs done well?
Ask HN: What are examples of good dev docs?
1–6 of 6 posts
Re: Ask HN: What are examples of good dev docs?
#2Tensorflow. Also the MSDN, specifically for .NET. I think having relevant examples explaining the impact of the arguments is more important than a dry explanation of the function itself.
Re: Ask HN: What are examples of good dev docs?
#3Django is, IMHO, one of the best in both its content and structure.
Here is an enlightning talk about the structure : https://www.youtube.com/watch?v=azf6yzuJt54
Re: Ask HN: What are examples of good dev docs?
#4What sort of API is it? Web-based (as in REST or GraphQL)? Or software libraries? Curious the language, in that case...
Re: Ask HN: What are examples of good dev docs?
#5What sort of API is it? Web-based (as in REST or GraphQL)? Or software libraries? Curious the language, in that case...
REST
Re: Ask HN: What are examples of good dev docs?
#6What sort of API is it? Web-based (as in REST or GraphQL)? Or software libraries? Curious the language, in that case...
REST
A few that impress me:
- Github: https://docs.github.com/en/rest/guides/getting-started-with-...
- Twilio: https://www.twilio.com/docs/usage/api
- Stripe: https://stripe.com/docs/api
You may also appreciate reading Swagger's tips: https://swagger.io/blog/api-documentation/best-practices-in-... and reading up on Swagger in general.