I don\'t understand the difference between a) on the server side initiating a cURL connection and transmit POST information to http://somesite.com/action and receiving XML data
I have the need to communicate with Microsoft Exchange 2007 and wondering if there is a RESTful API i can use to communicate? Previously i have attempted to connect with the managed API(EWSJavaApi) ho
I have a little REST-controller named password_resets, it has o开发者_开发技巧nly create, show and update methods.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'ve got a RESTful interface where the contents of a database are displayed. What I need is to connect on that interface by my Javascript code and retrieveinformation.
Say I have a \"user\" resource and a \"group\" resource. RESTful representations of them would look like;
Given an existing set of records tied to a given unique identifier (a.k.a. slug), which is a portion of a key for multiple related records, what HTTP method is appropriate for updating such records to
I am writing a social app where people will use TAGs开发者_StackOverflow社区 for organizing their articles. These tags are shared across the site and each tag needs to have some description with it.
I\'ve recently started using RestSharp to consume a REST service which uses XML. It makes deserializing objects from XML to a collection of custom objects trivial. But my question is what is the best
In our project, a list of all books can be retrieved through REST: GET http://server/api/books/ A specific book can be retrieved as following: