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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Best practices for creating API

9 点作者 kusum18将近 13 年前
I am trying to build API's for a website . I would like to be referred to documentation which would help me use best practices for creating my API.

2 条评论

arkitaip将近 13 年前
I've found the video RESTful API Design by Apigee to be very practical and interesting to watch [1]<p><a href="http://www.youtube.com/watch?v=QpAhXa12xvU" rel="nofollow">http://www.youtube.com/watch?v=QpAhXa12xvU</a>
评论 #4088893 未加载
cferwin将近 13 年前
This came up a few weeks ago: <a href="http://mattgemmell.com/2012/05/24/api-design/" rel="nofollow">http://mattgemmell.com/2012/05/24/api-design/</a>