I\'m currently working on a project written completely in C++ and running on ubuntu. My requirement is to make REST based calls to Amazon SimpleDB to store/retrieve data.
I want to have RESTful interface which does not break REST principles. This is more discussion question how would you do it and what do you see as the best solution. Imagine this application scenario.
Is there a simple RESTful way to have a fallba开发者_开发问答ck url for the link_to with :method => :delete that will work for folks who have javascript disabled?
Following is interface definition. [OperationContract] [WebGet(UriTemplate = \"FacebookData/?accessToken={accessToken}\")]
How does one read the request body in ASP.NET?I\'m using the REST Client add-on for Firefox to form a GET request for a resource on a site I\'m hosting locally, and in the Request Body I\'m just putti
We\'re authoring REST services, and there\'s a debate on what to do when someone requests a resource with a parent ID that does not exist.
I have a design like that: There is a core part runs Spring on it with REST. There is another part which has a Tomcat Server and has just HTML files(not jsp or anything else.) So if I want to chang
I read documentation of Salesforce Chatter REST API and started to implement code in c#. See following code:
I\'m building and iPhone App that will make requests to an application of mine running on a server. I\'m using REST to bui开发者_开发技巧ld the server\'s application API. What is the best way for secu
I\'m implementing a REST service with the Lift web framework in Scala and I\'m having some issues with the PUT request to create a new entity for which I know the ID.