2009/1/2 Jason Davies <[email protected]>: > > On 2 Jan 2009, at 16:11, Paul Davis wrote: > >> Also, as a random aside, why does _uuids require a POST? > > > I guess it's to comply with REST as it returns a different output each time > it is called.
I don't see a problem with GET'ing a set of UUIDs. It doesn't change the server's state in any way and doing another GET continues to have no effect. It's a time-dependent resource, that's all. - Matt
