<frink>How does a _person_ use REST?</frink>
March 16, 2006 2:40 PM
Subscribe
Help me understand REST.
I searched my little heart out, but I'm afraid my (mis)understanding of the topic is skewing my results.
I believe I've got the basics down. URIs describe resources. To create something, you POST (XML-formatted) data to a resource's URI. To update it, you PUT data. To delete, DELETE. And to display something, you GET. Ok, cool.
Who or what exactly can use a RESTful interface? If make a database application, and I want to update a record, how to I PUT something to it? I can't use my web browser--it only supports GET and POST. What can I use to PUT or DELETE something, or must I lobby another resource to PUT or DELETE it on my behalf?
posted by deadfather to computers & internet (11 comments total)
1 user marked this as a favorite
posted by deadfather at 2:42 PM on March 16, 2006