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: 1888
  • 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

We're building what will hopefully be a fairly RESTful API with hyperlinked resources and collection resources representing one to many relationships. The...
5 Nov 10, 2011
5:49 pm

Erik Wilde
drethoo
Send Email

Hi guys, I'm currently developing an HTTP interface (can't dare to call it REST) for a few clients and I have a question for y'all. I have a resource,...
7 Nov 10, 2011
7:19 am

Erlend Hamnaberg
ngarthl
Send Email

Hello, I have a real-life web service I can't see how to make an effective RESTful API for. We have a web application for system administrators that helps...
3 Oct 31, 2011
7:56 pm

Jan Algermissen
algermissen1971
Send Email

Hi everybody, I am one of the persons who developed the XWiki's REST API, an Opensource enterprise wiki (http://www.xwiki.org). We tried to engineer it as much...
3 Oct 31, 2011
11:45 am

Fabio Mancinelli
fabiomancinelli
Send Email

Hi, how do I decide whether a URI is bookmarkable or not? ('Bookmarkable&#39; meaning: 'Being an entry point into an application that is worth remembering&#39;) Some...
9 Oct 30, 2011
10:28 am

Jan Algermissen
algermissen1971
Send Email

Hi everyone, I wonder which, if any, best practices there are regarding the use of trailing slashes in resource URL:s in REST services? I realize and basically...
5 Oct 27, 2011
4:27 pm

Robert Brewer
aminusfu
Send Email

** cross-posted ** I'm contemplating a working definition for a "Hypermedia Client." Here are my first attempts: 1 - "A Hypermedia Client supports advancing...
22 Oct 26, 2011
1:46 pm

Sebastien Lambla
serialseb
Send Email

Hi, I often use the (common) pattern of exposing a "factory" resource that we POST to for creating other resources of a certain type. In some systems I also...
8 Oct 25, 2011
11:32 pm

Jason Erickson
jason_h_eric...
Send Email

Ganesh Prasad posted a blog titled "Does Redis Undermine a Key REST Tenet?" <http://wisdomofganesh.blogspot.com/2011/09/does-redis-undermine-key-res&#92; ...
3 Oct 19, 2011
4:51 pm

Dong Liu
edonliu
Send Email

Based on conversations over at InfoQ, ... are there standards for link representations? Its common to use link-rel in a XML/HTML/ATOM vocabulary, but is that a...
10 Oct 19, 2011
1:47 pm

Paul Cohen
pacoispaco
Send Email

I see a lot of advantages to using XHTML as a media type of choice for my REST services. Speaking in terms of Mike Amundsen's H-Factors, it covers quite a...
8 Oct 19, 2011
9:40 am

Sebastien Lambla
serialseb
Send Email

Hi, If you are and are interested, can you please email me? Thanks....
2 Oct 18, 2011
3:08 pm

Sebastien Lambla
serialseb
Send Email

Hi all, I'm at the URI design stage of my API and wanted to check whether this is RESTful or not. For example, if we have: /api/v1/customers - List of...
3 Oct 18, 2011
2:45 pm

Jan Algermissen
algermissen1971
Send Email

I just wondered why there is no "item" relation (ore something similar) registered at [1] with the semantics of "this is an item of this collection resource"....
7 Oct 10, 2011
1:23 pm

Mike Kelly
pleb1985
Send Email

In (a follow-on comment to his own) blog post [1], Roy stated: "Don't confuse application state (the state of the user's application of computing to a given...
6 Oct 8, 2011
9:23 am

Ivan Žužak
izuzak
Send Email

We're hoping to support versioning in our API through media types[1] and I just want to clarify how this would work in practice. Whereas URIs are generated by...
3 Oct 7, 2011
11:09 am

Jan Algermissen
algermissen1971
Send Email

Hi, can anyone point me to a RESTful equivalent (in Java, too) of something like Apache Wicket or JSF? 'Equivalent&#39; in terms of maturity and rapid development....
4 Oct 4, 2011
5:20 pm

Jan Algermissen
algermissen1971
Send Email

I need to update a single field of a resource and I think to PUT the new field value in the URL parameter leaving empty request body. Is it an acceptable...
4 Oct 3, 2011
4:41 pm

Will Hartung
gaminginparis
Send Email

... or doesn't it matter? The consensus would seem to be to for the former (use cases + view models). On the other hand, all representations have a media...
16 Sep 29, 2011
5:05 pm

Dan Haywood
danhaywood...
Send Email

Hi, human targeted Web sites somtimes (or usually?) adjust the representations they send based on their knowledge about the abilities of the user agents (e.g....
13 Sep 28, 2011
7:43 pm

Sebastien Lambla
serialseb
Send Email

Hi Folks, I'm looking for a Java library which can evaluate a URI against a given URI template. What would you recommend? Basically I need to check whether a...
5 Sep 28, 2011
1:18 pm

Sanjiva Weerawarana
sanjivaw
Send Email

For JSON representations (where the intent is to indicate in-band to a client how to process that representation) what's is current thinking on: a) using a...
1 Sep 27, 2011
5:21 pm

Dan Haywood
danhaywood...
Send Email

Hi, I am trying to learn about REST but I was recently asked what ensures scalability when we use REST principles. It did not seem obvious to me but the answer...
3 Sep 24, 2011
6:29 pm

Jan Algermissen
algermissen1971
Send Email

While thinking about documentation for the API we're working on one of our team suggested building a REST API to document the REST API. Resources in the...
10 Sep 20, 2011
7:41 pm

Subbu Allamaraju
sallamar
Send Email

Hi,     I am timing the RTT (round trip time) of a POST to an internet based RESTlet. Two files are involved - a small one (entity body of 231 bytes) and a...
3 Sep 20, 2011
1:32 am

Markus Lanthaler
mark_lanthaler
Send Email

Hi! This is my first post on the list.. I'm iplementing a RESTful web service for simple CRUD stuff etc.. I would like to use some Oauth provider (for instance...
1 Sep 15, 2011
7:18 pm

Niklas Närhinen
nnarhinen
Send Email

First many thanks to all who answered my previous qry: http://tech.groups.yahoo.com/group/rest-discuss/message/17741 all your comments were most helpful....
5 Sep 15, 2011
7:15 am

Benjamin Hawkes-Lewis
benjaminhawk...
Send Email

Hi, I'm new to REST and have a quick query: Most of the literature i've read about RESTful design warns against using any sort of sessions. I've always used...
5 Sep 13, 2011
5:49 am

Alexander Johannesen
shelterit
Send Email

[I've been redirected here from www-talk] Hi Everyone, I'm searching for a correct solution (not violating the HTTP protocol and causing least possible...
5 Sep 12, 2011
4:32 pm

Jan Algermissen
algermissen1971
Send Email

In different resources on the web, i found different opinions about URI Templating. Some say, they are coupling clients and server (e.g. Erik Wilde). Some...
19 Sep 11, 2011
6:35 pm

Jan Algermissen
algermissen1971
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