Stream: implementers
Topic: Resource.id
Jonny Rylands (Mar 30 2016 at 19:50):
Apologies if this has been asked already on Skype (i'm sure it has!) - but should a Resource always have a populated id element, except when being sent to the server for creation?
Paul Knapp (Mar 31 2016 at 19:45):
Yes unless it is a contained resource in which case it will never have an id.
Grahame Grieve (Mar 31 2016 at 19:47):
actually, contained resources have an id as well; it's just relative in meaning.
Grahame Grieve (Mar 31 2016 at 19:47):
the other situation where resources may not have an id is when used as a parameter for operations
Last updated: Apr 12 2022 at 19:14 UTC