Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

rest-discuss · The REST Architectural Style List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1892
  • Category: Protocols
  • Founded: Nov 13, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

HttpMethodsSupport[1] is copied from the Atom Wiki CarrotVsOrange page[2], summarizing the support of PUT and DELETE methods in various server and client...
11 Sep 15, 2003
8:55 am

djpowell.geo
Send Email

-- Mark-- here are some ideas about describing existing POST containers: In general, there are millions of them on the Web in the form: <form...
2 Sep 12, 2003
3:05 pm

Mark Baker
gonga_thrash
Send Email

Is their an consensus to deal with http header in url query string when it's impossible for the client to manage them (e.g. html forms). It could be useful if...
1 Sep 11, 2003
6:54 pm

Yannick Loiseau
pioupiougroups
Send Email

Is an interface part of a resource? In other words, is the ability to make requests to and get responses from a resource part of the resource itself? Or is it...
4 Sep 9, 2003
3:17 am

Chuck Hinson
cmhinson@...
Send Email

Welcome back to this world. :) In answer to your question: simplicity. SID (which replaced SUDS) can be learned in a matter of minutes. No, it is not a...
2 Sep 9, 2003
1:44 am

Alex Jacobson
shop2it
Send Email

We all know that API = Application Program(ming) Interface However, is this the correct terminology for RESTful interfaces (as implemented with HTTP)?...
9 Sep 5, 2003
10:29 pm

Alex Jacobson
shop2it
Send Email

http://www.seairth.com/web/suds/ Simple URI Discovery Syntax (SUDS) is a small, easy, xml-based syntax for discovering and negotiating resource URIs with...
10 Sep 5, 2003
12:38 am

Alex Jacobson
shop2it
Send Email

Okay, I have replaced SUDS with SID: Simple Interface Discovery. Take a look at http://www.seairth.com/web/sid/. I have cleaned up the terminology (I think),...
1 Aug 28, 2003
6:07 pm

Seairth Jacobs
seairthjacobs
Send Email

Is there any comment here about the XCAP protocol at http://xml.coverpages.org/ni2003-05-29-a.html ? A very RESTFUL (perhaps with some restrictions) to perform...
1 Aug 27, 2003
5:56 pm

wiki1000
Send Email

There has been much discussion about how POST should or shouldn't be used. What seems to be a major sticking point is the relationship of the request entity to...
12 Aug 22, 2003
7:22 am

Yannick Loiseau
pioupiougroups
Send Email

... What in a container representation, has you stated, imply that it is a container is the content type. In your example, I know that I can POST a mime/rfc822...
5 Aug 20, 2003
4:21 am

Walden Mathews
waldenmathews
Send Email

... Again and to be perfectly clear: THE FORMATS SHOULD BE *ALL* YOU NEED TO UNDERSTAND THE SYSTEM'S BEHAVIOR ~90% of your specification described how to use...
23 Aug 20, 2003
1:56 am

Alex Jacobson
shop2it
Send Email

... So suppose that a messaging system can accept in a POST mime/rfc822, xmtp,rss-rdf fragments, latex letter, etc. and stores messages in an rbds. What is the...
1 Aug 14, 2003
8:37 am

Yannick Loiseau
pioupiougroups
Send Email

Hi, I've a REST interface for relational databases. A GET message to (table) resource produces the following list: <?xml version="1.0" encoding="UTF-8"?> ...
3 Aug 13, 2003
12:48 am

Ludwig, Justin
jdillaczek
Send Email

... You can't remotely address resources via '#' based local anchors. You'll need to use either '/' or '?' or ';' or something else....
32 Aug 12, 2003
4:28 am

Mike Dierken
mdierken
Send Email

Am forwarding this post to the rest-discuss list as the document provides examples of the OpenURL being used as a query API for context-sensitive services....
1 Aug 8, 2003
2:07 pm

Hammond, Tony (ELSLON)
tony2003h2003
Send Email

Suppose an application detects a problem with the request entity. Should a 403 (forbidden) or a 409 (conflict) be returned? Only 409 talks about informing...
26 Aug 5, 2003
5:46 pm

S. Alexander Jacobson
shop2it
Send Email

Trying to reconcile some of the ideas I've been reading here, last night I threw together the beginnings of a pure-REST Wiki. The client and server are both...
23 Aug 1, 2003
2:39 am

Berend de Boer
berenddeboer
Send Email

Typically, entities in a 4xx response have been html messages giving details of the error. This is fine if the client is a web browser, but more or less ...
6 Jul 31, 2003
3:23 pm

Julian Reschke
JulianReschke
Send Email

First of all, excuse my english, I am dutch. I joined this group because I am interested in REST, there seem to be several good ideas here. I have a...
55 Jul 25, 2003
3:22 pm

Alex Jacobson
shop2it
Send Email

Okay... here's a test case I am currently working on (RNA). Tell me if this looks good or not: Key: {id} would be something like "seairth" or "bob" or...
6 Jul 25, 2003
1:55 pm

Seairth Jacobs
seairthjacobs
Send Email

I originally posted this question to www-talk@... a couple days ago. Maybe someone here has some thoughts? I'm working on a system that has a REST interface...
1 Jul 24, 2003
8:19 pm

Duncan Wilcox
duncanwilcox
Send Email

Hi all, I'd like to learn about how REST principles have been and can be applied to certain kinds of user interface cruft. I've just joined a company that...
4 Jul 24, 2003
6:37 am

Chuck Hinson
cmhinson@...
Send Email

For those of you who are interested in the RNA spec I was mentioned recently, I have been working on an implementation of it. I recently decided to start a...
2 Jul 21, 2003
7:13 am

Michael Day
mikeday@...
Send Email

Suppose you have a URI like: /client/xyz where all paths beginning with 'client&#39; require authentication and 'xyz' could be any number of values. When parsing...
7 Jul 20, 2003
9:27 pm

Tyler Close
tjclose
Send Email

This has been a very interesting conversation. For the fun of it, what about the following architecture: Premise: I want to access my banking information. I...
8 Jul 9, 2003
10:11 pm

Tyler Close
tjclose
Send Email

From: "joujans" <hwlgw@...> ... Yeah, that tends to happen here. :) ... Assuming that all banks use HTTPS, HTTP Auth no less secure than the use of a...
1 Jul 5, 2003
3:04 pm

Seairth Jacobs
seairthjacobs
Send Email

... g> I'm attempting to define REST-style interface for a system g> delivering genomic map data. This is off-topic and I only ask because everyone here is...
1 Jun 25, 2003
7:37 pm

Gary Lawrence Murphy
revg
Send Email

Can anyone give me some advice on the following... I'm attempting to define REST-style interface for a system delivering genomic map data. Central to my design...
4 Jun 16, 2003
4:14 pm

gattaca15pcr
Send Email

Say you have a query service that returns a bag of items, e.g. http://myserver/select-items?color=blue Ignoring performance issues for a moment, would it be...
2 Jun 9, 2003
1:59 pm

sem_antico
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help