Difference between revisions of "Web Services Examples"

From the Directed Edge Developer Base
Jump to: navigation, search
(New page: 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...)
 
(Removing a link from an item)
Line 18: Line 18:
  
 
== Removing a link from an item ==
 
== Removing a link from an item ==
 +
 +
== Deleting an item ==
  
 
== Finding related items ==
 
== Finding related items ==
  
 
== Doing personalized recommendations ==
 
== Doing personalized recommendations ==

Revision as of 05:27, 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

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