A new version of I-D, draft-hausenblas-csv-fragment-01.txt has been successfully submitted by Erik Wilde and posted to the IETF repository. Filename:...
19237
Erik Wilde
drethoo
Jan 6, 2013 9:10 pm
hello dominik. thanks for the feedback! ... adding regex support could be regarded as a logical step up in functionality from the current slices which use...
19238
Mark Baker
gonga_thrash
Jan 7, 2013 5:21 pm
... No, you can't return 2xx because you didn't update the state of the resource targeted by the client. You might consider using a redirect. Mark....
19239
Greg Young
gumboismadeo...
Jan 7, 2013 10:48 pm
So on the post return a redirect to /feed/74 ... -- Le doute n'est pas une condition agréable, mais la certitude est absurde. ... No, you can't return 2xx...
19240
erewh0n
Jan 7, 2013 11:42 pm
When versioning an API a common approach is to specify version information in the URI. I'm curious how others have solved (or would solve) this problem from a...
19241
Mike Kelly
mikekelly876...
Jan 8, 2013 12:04 am
If you have to do it, you may want to look at versioning using a subdomain i.e: v1.api.example.com/orders that'll let you take advantage of DNS, should you...
19242
Eric J. Bowman
eric@...
Jan 8, 2013 3:37 am
... If you're using a whole different "language" to describe your API each time it changes, you're missing the point of REST... ... Likewise, if you need a...
19243
Keith Hassen
erewh0n
Jan 8, 2013 4:36 am
... Hmm. I wouldn't say I'm using a different "language", I'm very explicitly using the Content-Type to negotiate the media format (say...
19244
Eric J. Bowman
eric@...
Jan 8, 2013 5:57 am
... Perfectly good HTTP API practice; REST, not so much. The point of media types is to provide loose coupling based on shared understanding of how the...
19245
Jørn Wildt
jorn_lind_ni...
Jan 8, 2013 8:04 am
Hi Eric ... wire, so I've never understood why this solution is so prevalent in REST discussions. Just media types, which are agnostic as to what "type" of ...
19246
Eric J. Bowman
eric@...
Jan 8, 2013 10:42 am
... From hypertext. NOT from knowledge of resource type coupled via custom media type (vnd.order*). It seems like you're asking how to inform the client that...
19247
Jørn Wildt
jorn_lind_ni...
Jan 8, 2013 9:39 pm
... This is my mistake, using the term "client" wrongly, sorry. According to the dissertation, a client is the library that connects to the web - and the thing...
19248
Keith Hassen
erewh0n
Jan 9, 2013 5:25 am
First of all, thanks for the replies and perspective on REST. Backing up to the original question it seems like your particular take on it is that there's no...
19249
Alexander Johannesen
shelterit
Jan 9, 2013 5:48 am
Hiya, ... I think there needs to be made some distinctions between a shared understanding of models and a shared understanding of a resource in that model....
19250
Jørn Wildt
jorn_lind_ni...
Jan 9, 2013 6:45 am
If you work with generic media types like plain XML, JSON and(X)HTML (and others) then there is absolutely no reason to version those through the content-type...
19251
Keith Hassen
erewh0n
Jan 9, 2013 12:37 pm
Yeah we definitely make the distinction between the internal representation and the representation exposed to clients. The changes I'm thinking about are...
19252
Keith Hassen
erewh0n
Jan 9, 2013 12:48 pm
Thanks, the link below is interesting. I think the rules you listed below are good ones and generally make sense. Maybe it is *almost* always true that we...
19253
Erik Wilde
drethoo
Jan 12, 2013 1:48 pm
A new version of I-D, draft-hausenblas-csv-fragment-02.txt has been successfully submitted by Erik Wilde and posted to the IETF repository. Filename:...
19254
Erik Wilde
drethoo
Jan 14, 2013 10:09 am
A new version of I-D, draft-wilde-xml-patch-00.txt has been successfully submitted by Erik Wilde and posted to the IETF repository. Filename:...
19255
risseraka
Jan 14, 2013 8:38 pm
HELO all, Let me first say that this mail list, combined with a great amount of blog posts scattered here and there, is a gold mine! I intend to not only be a...
19256
Jan Algermissen
algermissen1971
Jan 15, 2013 7:30 am
... Yes. You can think of query parameters to work sort of like the WHERE-condition in an SQL select statement. ... The issue with using a new URL path segment...
19257
Erik Wilde
drethoo
Jan 16, 2013 4:21 pm
hello. the two main changes in this updated version are as follows: - the media type now is application/xml-patch+xml, since the new media type suffix registry...
19258
Dey, Santanu
santanu_apigee
Jan 19, 2013 8:18 am
Friends, Your comments and reviews welcome on my recent webinar effort on REST APIs. This is the last one on the series. API Facade Pattern: Synchronous to...
19259
risseraka
Jan 24, 2013 1:03 pm
... I'm not sure if you mean parallel as in "mutualy exclusive" or as in "combinative". There is a case where a program is looked up by a timestamp with an...
19260
Skills
skills.matter
Jan 28, 2013 3:56 pm
REST architectures are becoming increasingly more common, both on the internet and within the enterprise. Behind most of these REST APIs is a domain model...
19261
unmesh_joshi
Feb 8, 2013 6:03 am
Hi, For building secure RESTful services, its common practice to have digital signature (HMAC hash) in the Authorization Header, along with the secret key id....
19262
Erik Wilde
drethoo
Feb 8, 2013 10:59 am
A new version of I-D, draft-wilde-xml-patch-02.txt has been successfully submitted by Erik Wilde and posted to the IETF repository. Filename:...
19263
Erlend Hamnaberg
ngarthl
Feb 8, 2013 11:36 am
Check out varnish (no affiliation), vmod-digest. https://github.com/varnish/libvmod-digest -- Erlend...
19264
Unmesh Joshi
unmesh_joshi
Feb 8, 2013 11:22 pm
Thats useful is we are using varnish. But nothing for Apache. One reasonable way seems to be using something like noodle or j2ep and add hmac authorization...
19265
Jan Algermissen
algermissen1971
Feb 11, 2013 5:05 am
Hi, trying to wrap my head around the implications of using generic patch media types (e.g. json-patch[1]) vs. specific ones, e.g....