Platform API
From n² wiki
Nearby: Guides and Tutorials, Platform FAQ
The Talis Platform provides a programmatic Web API at api.talis.com. This API adheres to the principles of REST, using HTTP methods to read, create, update and search data and describing its formats using Internet media types. You can find out more about REST in this article. You may also be interested in the Service Checklist we use when designing new services for the Platform.
Stores
- http://api.talis.com/stores/{store} - A store
- http://api.talis.com/stores/{store}/items - Store Contentbox, where binary content can be stored
- http://api.talis.com/stores/{store}/items/{id} - An item in the contentbox
- http://api.talis.com/stores/{store}/meta - Store Metabox, where RDF metadata is stored for each store
- http://api.talis.com/stores/{store}/meta/changesets - The collection of Changesets belonging to a store's Metabox
- http://api.talis.com/stores/{store}/meta/graphs - private graphs collection
- http://api.talis.com/stores/{store}/services/sparql - SPARQL service that can be used to query the associated store's Metabox
- http://api.talis.com/stores/{store}/services/multisparql - SPARQL service that can be used to query the associated store's Metabox plus additional private graphs
- http://api.talis.com/stores/{store}/services/oai-pmh - OAI service
- http://api.talis.com/stores/{store}/services/augment - augment service
- http://api.talis.com/stores/{store}/services/facet - facet service
- http://api.talis.com/stores/{store}/jobs - scheduled job collection
- http://api.talis.com/stores/{store}/snapshots - snapshot collection
- http://api.talis.com/stores/{store}/config - store configuration
Orchestration
Other Services
- http://api.talis.com/tx - XSLT transformation service

