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: 1889
  • Category: Protocols
  • Founded: Nov 13, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

I've been pondering whether or not it is OK to use PUT for a partial update of a resource. When I look at the HTTP spec it says "The PUT method requests that...
59 Apr 25, 2011
1:18 pm

stew.welbourne@...
stew.welbour...
Send Email

Hi guys, I was wondering if a DAP is, simply, expliciting the workflow a consumer might follow during service's consumption. I mean, something like slide #5...
8 Apr 21, 2011
7:15 pm

Jan Algermissen
algermissen1971
Send Email

Hi guys, was just wondering that. I personally think it's more HTTP-loving than RESTful; maybe I'm missing something but I don't see any hypermedia tenet in...
8 Apr 20, 2011
1:01 pm

Alessandro Nadalin
alessandro.n...
Send Email

Dear REST enthousiasts, I am a PhD student at Multimedia Lab where we develop multimedia analysis algorithms. One of our aims is to deploy them as web...
9 Apr 13, 2011
3:57 pm

Markus KARG
headcrashing
Send Email

Hi, i'm searching for a REST API description language that can validate both, XML and JSON schemas. An alternative (maybe the more extended) is WADL. It can...
1 Apr 13, 2011
3:36 pm

afks1975
Send Email

Hi, i'm implementing some REST services with xml or json request/response. I would like to define the schemas of the services with WADL, but there is some...
1 Apr 12, 2011
11:56 am

afks1975
Send Email

Hi, Had a couple of quick doubts regarding REST API design. Consider a micro-blogging application like twitter where there are two users A and B. A wants to...
6 Mar 21, 2011
7:27 pm

Nathan
nathanrixham
Send Email

Hi all, I was wondering what's the best practice for telling a client he should send an If-Match header within its requests. If it GETs resource A, with an...
8 Mar 19, 2011
7:31 am

Erik Mogensen
mogsie_oslo
Send Email

Hi guys, Here's a small design issues I'm not sure how to resolve. Whenever a problem happen when resolving a URI on the server, if that problem happens before...
2 Mar 17, 2011
8:43 pm

Subbu Allamaraju
sallamar
Send Email

Hi, Validating forms submitted by users and reporting back validations errors is a common requirement in HTTP web applications. POST-REDIRECT-GET is a commonly...
4 Mar 8, 2011
4:51 am

Subbu Allamaraju
sallamar
Send Email

Hi all, I've just released a new Web API framework and I was hoping to solicit some constructive feedback on the project. The full documentation is available...
5 Mar 6, 2011
4:05 am

Rajeev J Sebastian
rajeev.sebastian@...
Send Email

An idea that's been needling in my head for a while, just want to float it out there. This likely has been discussed before and I've just missed the thread. ...
9 Feb 24, 2011
2:38 am

mike amundsen
mamund
Send Email

Hi guys, I was just wondering if something I thought was the most correct way to handle ESI in a RESTful way. I'm just to represent some resources as webpages,...
17 Feb 23, 2011
10:00 am

Mike Kelly
pleb1985
Send Email

Hi, I seem to keep finding myself in a position where I find it difficult to choose the "right" level of restful-ness and granularity, and how to represent...
2 Feb 23, 2011
5:24 am

Jo Størset
jostorset
Send Email

I would like to challenge all the REST experts out there to design the standard petstore blueprint in REST. REST has been around for a while, but there doesn't...
6 Feb 21, 2011
2:43 am

Etan Wexler
etan_wexler
Send Email

My team is developing a RESTful API into a business collaboration application that you can think of as Facebook for business. There are users, groups, and news...
3 Feb 14, 2011
4:14 pm

mike amundsen
mamund
Send Email

The Visibility of an interface´s properties is an important aspect to code against it. In theory i need only a single starting URL to "explore" a RESTful...
8 Feb 10, 2011
6:57 pm

mike amundsen
mamund
Send Email

It is often stated, that RESTful services decouples client and server, as e.g. stated here [1]: "Coupling between client and server is removed, server owners...
13 Feb 9, 2011
7:30 pm

Jan Algermissen
algermissen1971
Send Email

The First Workshop on Adoption of REST and LinkedData (ARALD 2011) in conjunction with SAINT 2011 Munich, Germany (July 18-22, 2011) (The 11th IEEE/IPSJ...
1 Feb 8, 2011
7:48 pm

Roger Menday
yadnem
Send Email

Hi All, It's been asserted that the following is RESTful, so I thought it may be more beneficial to get the REST communities feedback on this particular 'REST...
17 Feb 8, 2011
12:05 pm

Bob Ferris
b.ferris...
Send Email

Hi, In my system, a client can POST a request that contains a batch of data (yeah!). I'd like to be lenient in my processing : if I find both invalid data...
5 Feb 5, 2011
7:41 pm

Philippe Mougin
pmougin2001
Send Email

Hi All, I know the theoritical benifits of REST Services. What I want to know in particular is What are the motivations for migrating services to REST approach...
2 Feb 4, 2011
9:18 pm

Erik Mogensen
mogsie_oslo
Send Email

... When I go to that page, I see not even a clue about the nature of the interface, other than that I'll need the out-of-band knowledge of some query language...
22 Feb 4, 2011
6:08 pm

Eric J. Bowman
eric@...
Send Email

Hello, (it seems that my email from my mail client didn't find the way to the list - so this is another try) I asked this question already on a platform that...
40 Feb 2, 2011
3:44 pm

Danny Ayers
danny_ayers
Send Email

Hello everyone, One of my colleagues has been working on implementing client side HTTP caching on a open source project of ours. He's had a hard time finding...
22 Jan 31, 2011
2:49 pm

Sidu Ponnappa
tyber_sid
Send Email

Dear members, Right now, I'm currently involved in a research to find the best practices to design and implement RESTful application using Restlet framework. ...
4 Jan 19, 2011
3:14 pm

Ivan Žužak
izuzak
Send Email

Hi, regarding: "a resource R is a temporally varying membership function MR(t), which for time t maps to a set of entities, or values, which are equivalent....
4 Jan 19, 2011
10:51 am

Eric J. Bowman
eric@...
Send Email

Dear All, In my application, there are a kind of ticket resources (URI: /tickets/{ticket-id}), and the ticket behaves like a state machine (status: pending ->...
5 Jan 17, 2011
3:09 pm

Zhi-Qiang Lei
zhiqiang.lei@...
Send Email

Reading this bit of rfc 2616... 10.2.2 201 Created The request has been fulfilled and resulted in a new resource being created. The newly created resource can...
10 Jan 17, 2011
5:10 am

Zhi-Qiang Lei
zhiqiang.lei@...
Send Email

I'm designing the interface of a system that stores and indexes documents (word docs etc). My intention is that the service should be human readable as well...
4 Jan 14, 2011
6:09 am

mike amundsen
mamund
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