Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is important to understand that the GetObject service returns a handle to the a JSON object. This is useful because it can be shared with other services (referred to as companion services) that can update the resource object quite easily. The AddProperty service will be used to add a simple name/value pair to the resource object. Here is a sample code snippet:

...