如何实现REST API
我想要一个示例应用程序,该应用程序显示REST体系结构的实现及其逐步的详细描述.关于该主题,我已经阅读了许多文档.虽然从理论上讲我知道它的功能,但是如何设计自己的Restful api对我来说仍然很重要.
实际上,我需要一个可以在我的应用程序中提供帮助的示例,在该应用程序中,我有一些可以访问服务器并做出响应的api.我想设计REST api,以便更轻松地访问这些api.
请尽快帮助我:-(
I want a sample application that shows the implementation of REST architecture and its step by step detail description .I have gone through many documents over this topic. Though theoretically i know its functionality but how to design our own restful api is still a big deal for me.
Actually i need such example that can help me in my application, in which i have some api''s that access the server and responds. I want to design REST api''s so that accessing these api''s become easier.
Please help me as early as possible :-(
看看这些:
.NET 2.0 REST服务 [ ASP.NET 3.5中基于REST的WCF服务 [ ^ ]
其他ASP.NET示例 [ ^ ]
Have a look at these:
.NET 2.0 REST Service[^]
REST Based WCF Service in ASP.NET 3.5 [^]
Rest ASP.NET Example[^]