Massive update that reworks the entire metadata system.

This commit is contained in:
Jon Brisbin
2012-04-30 16:13:11 -05:00
parent 077529e830
commit d78126d018
26 changed files with 918 additions and 781 deletions

View File

@@ -200,3 +200,6 @@ To maintain a relationship between two entities, access the resource of the rela
You can also delete a relationship by issuing a DELETE request to the resource path that represents the relationship between parent and child entities. For example, to delete a relationship between a Profile entity with an id of 2 and a Person with an id of 1:
curl -v -X DELETE http://localhost:8080/data/person/1/profiles/2
### Handling events