I am having trouble sending data through HTTP REST. When I try and POST json data through the chrome extension \'Simple REST Client\' I get a 500 internal server error stating \"The document does not
I am just confused with the these terms. Can anybody please provide/explain me brief with an e开发者_如何转开发xample?
I follow this tutorial to learn some REST services and AJAX calls: http://www.mkyong.com/webservices/jax-rs/integrate-jackson-with-resteasy/
I would like to use the Fat S开发者_Go百科ecret API in a Rails 3 application to get nutrition data for an item. I don\'t need to authenticate any users. I have an development account, with a key and s
In the realm of DDD I like the idea of avoiding getters and setters to fully encapsulate a component, so the only interaction that is allowed is the interaction which has been built through behavior.C
I am currently re-writing an old web-application and I want it to be RESTful. Now, one important philosophy behind a RESTful app, is that each request to the end-point has to be stateless.
I am coding an API using Phils RestServer (see link) in Codeigniter. I need a way to upload images via the API. How can I do that?
We\'re in the process of developing a WCF REST web service which just receives a bunch of arbitrary text from any anonymous user and then performs some processing on the back end.
We are in the process of changing all our web services from GET to POST. After the change to RequestMethod.Post I am getting 415 Unsupported Operations. The URL\'s to the service are like this. /WebSe
I\'m using OpenRasta to create a Survey application. I have a SurveyResource that is accessible at /surveys/{id} and editable at /surveys/{id}/edit