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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Feedback on REST API for managing DNS

5 点作者 durana大约 15 年前
I am working on a DNS service that can be managed with a simple REST API. I am looking to get feedback on the API. So if you would, please take a look at the API documentation and share your thoughts. Any sort of feedback is welcome.<p>REST API documentation is at http://wiki.burningbay.com/dns/rest-api<p>I am currently doing a private beta of the service with a few friends, with the plan to do a public beta in the near future. If anyone would like to use the service before the public beta, please e-mail me.<p>Thanks!

2 条评论

stanleydrew大约 15 年前
The api looks cool. I'd like to test it out before the beta if you need more people.<p>I have a question though. You've already described the exact format for all of the record types. So why not implement record creation with PUT and have the sender put the JSON for the record in the request body? You want idempotency for record creation so why not use the idempotent HTTP verb?
评论 #1287304 未加载
durana大约 15 年前
A link that you can click on...<p><a href="http://wiki.burningbay.com/dns/rest-api" rel="nofollow">http://wiki.burningbay.com/dns/rest-api</a>