TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What have you used to document your public API?

2 点作者 richardv将近 12 年前
Self-explanatory.<p>What tools&#x2F;resources&#x2F;docgens&#x2F;services have you used to provide documentation for your public facing API services that you are providing to customers.

2 条评论

johns将近 12 年前
I prefer hand-written. But other people like Swagger <a href="https://developers.helloreverb.com/swagger/" rel="nofollow">https:&#x2F;&#x2F;developers.helloreverb.com&#x2F;swagger&#x2F;</a>, I&#x2F;O Docs <a href="https://github.com/mashery/iodocs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mashery&#x2F;iodocs</a>, Daux (although this is just a style framework) <a href="http://daux.io/" rel="nofollow">http:&#x2F;&#x2F;daux.io&#x2F;</a> and <a href="http://apiary.io/" rel="nofollow">http:&#x2F;&#x2F;apiary.io&#x2F;</a>
angersock将近 12 年前
We use a wiki (Dokuwiki) for internal docs, probably going to either make it public or perhaps switch over to Daux.io once I&#x27;m satisfied it doesn&#x27;t hate America.