Let\'s say I have a trip planning application, and each trip is composed of \"path\" resources (representing a route to be driven, for example) composed as a series of points. I can CRUD these resourc
I want to create开发者_运维百科 a restful service that acknowledges a previous request and gets the next message in a single call.This saves on unnecessary calls to the server.Is it acceptable to perf
I have a REST API written for Sinatra - I would like to build some good unit tests, and wanted the community\'s input on whic开发者_如何学Goh libraries I should spend my time investigating.Have a look
I have a URI structure which is hierarchical for a particular data set: /Blackboard/Requirement/{reqID}/Risk/{riskId}/MitigationPlan/{planId}
I am building a Silverlight 4.0 web application for our intranet that will connect to a server via REST to get data. I am using Visual Studio 2010.
I\'m building a data exchange server using a REST-like API. It\'s not strictly RESTful because there is some state being held by the server, but I digress. Sessions are built using a combination of HT
I\'m calling a webservice currently from the backend. However, the page is taking a while to load and I\'m starting to wonder, will the page load faster (in a perceived way) if I use javasc开发者_开发
I have a RESTful web service which represent processes and activities. Each activity is inside one and only one process.
I have a class library I developed that is rather processing intensive that I currently call through a WCF REST service.
i have write a REST web service in java.But If I want to receive Accept : application/json header ,how to do that?If I want to receive more custom header like \"CD开发者_C百科MI-Speciation-1.0\" , how