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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is AtomPub still used in REST APIs?

3 点作者 agranig将近 12 年前
We are currently discussing general architectures of REST APIs as we&#x27;re replacing our SOAP interface with something more light-weight. It appears to me that although modern and widely adopted APIs are using RESTful designs, the represented data definition is pretty much custom.<p>AtomPub is designed to define clear relations between resources in REST and allow for typing of data fields, but nobody really uses it (Google&#x27;s Data API used to, but most of it is deprecated nowadays). So, do people just use a pragmatic approach and document the API manually, or is there something fundamentally wrong with AtomPub, beside failing to gain a critical audience?

1 comment

johns将近 12 年前
Check out jsonapi.org