TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best practices for creating API

9 pointsby kusum18almost 13 years ago
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 comments

arkitaipalmost 13 years ago
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 未加载
cferwinalmost 13 years ago
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>