We\'re reworking some APIs and are considering a REST-style approach, but we\'re realizing we aren\'t sure how to deal with certain situations (lists of resources with parameters that influence what i
The Twitter API has the friends_count and followers_count available as cached values for the users/show or account/verify_credentials method.As far as I can tell, the only way to determine 开发者_开发
Within my department we have around 20 or so applications which use direct JDBC to obtain similar sets of financial data from the same database. I\'m looking at introducing a Service to expose this fi
I\'m using JAX-RS to create restful webservices in Java. I am getting to much overhead in the produced JSON.
This may be a stupid question, but anyway... I have an MVC site and a legacy ASP.net web forms site.I have a controller action on my MVC site that I would like to (programatically) POST to from my web
Short version of the question: Does \"GET\" at a particular URI need to match what was \"PUT\" to that URI?
I\'ve built a RESTful service for the Data Access Layer (DAL) of my architecture: POST http://example.com/data/User
Is there an ASP.NET MVC controller or helper class tha开发者_如何学运维t can automatically return the proper HTTP response based on the HTTP request header? I\'d like it to be able to return JSON, XML
How can i make开发者_如何学Python a SOAP call using TouchJson? it just work fine with REST call. You\'re missing some fundamentals here. SOAP is XML based. JSON is an alternative markup to XML that\'s
I\'m writing a RESTful Java server with CXF framework. How do I can write a @Path Regular Expression i开发者_高级运维n order to obtain any URI finished in \"/action\" value?Not sure if its /action/*,