[uf-discuss] "Casual Web Services" and Well Designed Urls [uf-rest]

Etan Wexler ewexler at stickdog.com
Sun Oct 15 00:56:32 PDT 2006


Mike Schinkel wrote to Microformats Discuss:

> Since the URL structure of a REST-based web services typically becomes
> an important part of the API, HTML web pages will need Well Designed Urls in
> order to operate effectively as REST-based web services.

REST does not permit programmatic construction of URIs in which the
construction uses of out-of-band knowledge and bits of data. Read
sections 5.1.5 (“Uniform Interface”,
<http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm#sec_5_1_5>) 

and 5.2.1 (“Data Elements”,
<http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm#sec_5_2_1>) 

of “Architectural Styles and the Design of Network-based Software
Architectures”. Particularly, REST relies on hypermedia as the engine of
application state, while constructing URIs violates this constraint.

I have sent this message to Microformats Discuss and to Microformats
REST. Replies to this message should go to Microformats REST (see
<http://microformats.org/mailman/listinfo/microformats-rest/>).

-- 




More information about the microformats-discuss mailing list