Been implementing some stuff over atom. One thing I found interesting and maybe someone could point me in the spec where this is covered (I didn't see it). Is...
Hi folks, I am looking to model an interaction in my REST application where the client should only be allowed to modify a resource (say "B") if another ...
Given that you have a specific media-type(s) for giving extended API errors e.g. application/vnd.andrei.error-v1+json, application/vnd.andrei.error-v2+json ...
Hi Greg, What about adding a link@rel="edit" (?) or other rel value to the app:collection, to which you could PATCH a feed? Would we have to update the media...
Hi, I would like to apologize for my last post - strays way to far into tl;dr territory and I am way too excited, obviously. What I would like to discuss is...
Hi, As a long-time XML user, I was slightly shocked when I first read in "REST In Practice" [1] that XML as a hypermedia format is a non-starter. When I read...
Hi, I recently blogged about how MVC, which is used by many popular web frameworks like Struts, Spring MVC and Even Play, is a wrong model for web development...
hello mark. thanks a lot for the feedback! i am cross-posting this response to rest-discuss@yahoogroups.com, because it may be interesting for that community...
Hello all, I've recently written up an internet draft for a general-purpose media type for linking based on JSON. I'd like to get as much feedback from the...
Hello I'm new to REST, and I'm trying to integrate it in my company. We currently are trying to design a multi-criteria search engine with REST principles. I...
Hello all, I would like to code my own atompub client and server. I use atompub to expose different hierarchical collections of members.I would like the client...
Folks; I am at the moment into trying to choose a data format / representation to use for building a RESTful web service which should allow for reading and...
I don´t know, if i´m the only one, but isn´t the yahoo groups webpage a little bit annoying? 1. Reply: When you click reply, the messages sender is always...
Hi, while working on our new RESTful web service and discovering the need for versioning (mainly preventing concurrent changes) I wondered whether it was...
I'm currently embarking on a question to fully understand REST so i can move my company towards architectural independence :). Once we design the back end...
Hi, admittedly I completely missed the existence of RTSP[1]. It is a massive spec, sort of a redefined 2616 and stuff on top. I am trying the shortcut here:...
For example, suppose I pass an invalid argument (a -ve quantity of a product when placing an order, say)... what response is appropriate? One suggestion I've...
hello. ... it seems to me that at that level, discussing "generic" versus "domain" is very binary, and very subjective. for example, to me, atom is both ...
If I'm using If-Match with ETag as a way of implementing optimistic locking (which I guess is a pretty standard approach), then should 409 or 412 be used to...
Hi, please allow me to bring to your attention my just finished bachelor thesis on the subject of the design of a restful API to be useful for a Groupware or...
Hi, We are working on a REST API for the server-side of a graphical modeling platform. Our resources - models, diagrams and elements - are hierarchical by...
Hi! I'm wondering about RFC 5988, which says very little about how to process links other than the word "dereference" (4 times) which might imply using a safe...
Hi All. A couple of days ago DeveloperFusion published an article of mine that is the first part of an idea about evaluation of REST Frameworks. That is the...
It seems like there is an ongoing debate/mismatch/battle/whatever between REST and Linked Data (if I am interpreting various Tweets correct). Could anyone...
hello sandro. (i am cross-posting this to rest-discuss@yahoogroups.com, but please direct responses to public-ldp@... only! thanks!) ... we have had (long...
I'm about to build a web app that should expose its functionality via API and I'm trying to find the most effective way to do that and would like to hear your...
Hi REST people, Some simple questions that might lead to interesting discussions: How far do you agree that REST and hypermedia are about following one’s...
A part of my current project is management of simple key/value properties (string/string) for (more or less) any resource in the system. My use-cases/scenarios...