Comment 32 for bug 1617918

Revision history for this message
Julien Danjou (jdanjou) wrote :

Well gnocchiclient will compute uuid5(foobar, gordc) and that'll return the UUID primary key.

And if you go on HTTP and ask /v1/resource/generic/foobar as X-User-Id gordc, the server will do the same computing.

and /v1/resource/generic/<uuid of foobar, gordc> will also return the same thing since it's the pkey.

Clearer? :)