学习服务器 RESTful 代码的最佳方法是什么?

发布于 2024-07-04 09:16:40 字数 119 浏览 7 评论 0原文

我是一名经验丰富的客户端应用程序开发人员 (C++/C#),但需要快速掌握编写服务器端代码以执行 RESTful 交互的速度。 具体来说,我需要学习如何通过 RESTful API 与 OpenSocial 容器交换数据。

I'm an experienced client application developer (C++/C#), but need to come up to speed quickly on writing server side code to perform RESTful interactions. Specifically, I need to learn how to exchange data with OpenSocial containers via the RESTful API.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

沫雨熙 2024-07-11 09:16:40

我发现这个这个是对RESTful Web应用程序的一个很好的介绍,尽管它不指 OpenSocial 容器。

I found this this to be a good introduction to RESTful web apps, although it doesn't refer to OpenSocial containers.

英雄似剑 2024-07-11 09:16:40

RESTWiki 是一个非常好的资源,还有经典的 “我如何向我的妻子解释 REST”

但是,不要忘记直接从 源代码中阅读它,它并不像乍看起来那么难读。

我假设您将通过 HTTP 进行 REST,因此 会非常方便。

最后,考虑到 OpenSocial 支持 Atom 发布协议, 将是有用。

享受。

The RESTWiki is a very good resource and then there is the classic "How I explained REST to my Wife".

However, don't forget to go read about it directly from the source, it is not as difficult a read as it may first seem.

And I am assuming you will be doing REST over HTTP so this will come in very handy.

Lastly, considering OpenSocial supports the Atom Publishing Protocol, this will be useful.

Enjoy.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文