Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'m creating a RESTful API (using MVC.NET) to allow external access to a business system.The API includes a search resource.The resource takes the URI form \"/example/search/pages/1/?query=something\
I am writing a sample application using wcf rest for authentication. Here is the snapshot of the code:
I have a simple webpage which has a link, o开发者_C百科n pressing it a file is downloaded(rest web service call). I need to read the file and display the contents using javascript. How do I do this?If
I\'m trying to开发者_运维问答 implement a \"restful\" application using ASP .NET 3.5 but it seems that I need to use MVC .NET. Is that the only solution?
I\'ve got a situation where a client app can ask for a resource matching certain criteria, and if a matching resource does not exist it is created and cached. Subsequent requests for the same criteria
I\'ve created a self-hosted WCF REST service (with some extra\'s from WCF REST Starter Kit Preview 2). This is all working fine.
Is that possible to 开发者_开发百科upload an image from Photoshop (for example, an open image exported to jpeg) to some web place - REST service, FTP etc by using scripting features of Photoshop? For
If you are looking for /Resource/Id and that resource does not exist, I had always though that 404 was the appropriate response. However, when returning null from a Jersey handler, I get back a \"204
So I want to write a REST API in PHP for JSON for consumption on the iPhone, but also a lot of websites and devices.I have the below code, wh开发者_开发知识库en accessed via a GET statement, returns a