Orchestration Service

From n² wiki

Jump to: navigation, search

Nearby: Platform API

URI
http://api.talis.com/orch
Allowed Methods
GET

This URI represents the Platform's orchestration service (result enrichment)

[edit] GET

Required Parameters

  • data-uri
  • profile-uri

[edit] Usage Examples

The following example tells symphony to use the results obtained by fetching http://api.talis.com/stores/ukbib/items?query=london and augment them using the cenote search results profile.

http://api.talis.com/orch?data-uri=http://api.talis.com/stores/ukbib/items%3Fquery=london&profile-uri=http://schemas.talis.com/2006/orch/cnsearch

Don’t forget to URI encode the values for data-uri and profile-uri

[edit] Notes

The output of an orchestration is, by default, another RSS feed. In theory this could be fed into the service again for augmentation.

Personal tools