ODS WebMail? API TTL Description

What?

A .TTL description of the application API actions using http://www.openlinksw.com/ontology/webservices# and http://schema.org/ ontologies.

Why?

The .TTL description enable loading and using API actions with OpenLink Smart Data Bot.

How?

  1. Install the latest ODS Framework and ODS WebMail? VADs;
  2. Create a WebMail? instance;
  3. Start an OSDB client following the OSDB Config Guide;
  4. Load the ODS WebMail? API TTL description using the OSDB command:

    > load [host]/dataspace/demo/mail/demo@example.com

  5. Then new service is added with a name ods_mail :

    > services

  6. Then all enabled actions are shown using the command:

    > ods_mail actions

  7. Follow the OSDB Config Guide how to use the actions.

Related