Difference between revisions of "Web Services Examples"
From the Directed Edge Developer Base
(→Removing a link from an item) |
(→Adding an item) |
||
Line 6: | Line 6: | ||
== Adding an item == | == Adding an item == | ||
+ | |||
+ | == Retrieving an item == | ||
== Updating an item == | == Updating an item == |
Revision as of 05:30, 24 May 2009
So, now that you've been through the documentation on the API Concepts, XML Format and REST API, let's take a look at a few practical examples of working with the Directed Edge webservices.
For these examples we'll be using the command line tool curl to upload XML to the webservices.
Contents
- 1 Importing a database
- 2 Adding an item
- 3 Retrieving an item
- 4 Updating an item
- 5 Adding a tag to an item
- 6 Adding a link to an item
- 7 Adding a property to an item
- 8 Removing a tag from an item
- 9 Removing a link from an item
- 10 Deleting an item
- 11 Finding related items
- 12 Doing personalized recommendations