I\'m working on a REST API. The key objects ("nouns") are "items", and each item has a unique ID. E.g. to get info on the item with ID foo:
Is it possible to find out how big the data is in KB or MB for individual columns in a table?I have a script which tells m开发者_开发问答e the physical size of each table, but I would like to know how
I want to handle application\'s internal exceptions in a consistent way so that REST web services return errors in a RESTful way.
we are planning to develop a device controller for a banking machine. This controller would be embedded directly on the machine, the idea is to use an off the shelf ARM board with Linux for this.
I have this external module of my system and I thought to integrate it with web services. So I wrote the server using annotations (so far so good) and then I used Eclipse (new Web Service Client wizar
The following question is related to passing a variable from routes to the controller. I have a Ruby on Rails (v 2.3.3) app with one model, which is delivered to the user with multiple views. The curr
I read a lot of Restful tutorials for PHP. (I don\'t want to go in depth into why I am not using RoR. It is due to the team being more familiar with PHP)
I want to upload files directly to IIS7 (in this case I am using the WebRequest obje开发者_JS百科ct in .NET). Thus I need IIS7 to accept POST, PUT, and DELETE verbs such that I can upload and delete f
I am attempting to create and host a simple RESTful WCF Service. The service works perfectly except for 1 situation. I attempt to perform a POST to insert a new object into my static List using the JS
I have a REST server and a client application running on a mobile device. The client has some data and would like to get updates to the data from the server. Howdo I do this in a RESTful way in a sing