Difference between revisions of "Web Services Examples"

From the Directed Edge Developer Base
Jump to: navigation, search
(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.

Importing a database

Adding an item

Retrieving an item

Updating an item

Adding a tag to an item

Adding a link to an item

Adding a property to an item

Removing a tag from an item

Removing a link from an item

Deleting an item

Finding related items

Doing personalized recommendations