Waiana service module
(Created page with "Waiana service module implements a local topic map storage used with an API compatible with the [http://projects.topicmapslab.de/projects/maiana/wiki/API_Controller Maiana API...") |
|||
Line 1: | Line 1: | ||
− | Waiana service module implements a local topic map storage used with an API compatible with the [http://projects.topicmapslab.de/projects/maiana/wiki/API_Controller Maiana API]. [http://maiana.topicmapslab.de/ Maiana] and Maiana API build up a topic map storage created and hosted but the [http://www.topicmapslab.de/ Topic Maps Labs]. As the Topic Maps Labs is not really working anymore, the status of Maiana and it's API are more or less vague. The Maiana has been broken for several years. Wandora originally supported Maiana API and allowed import and export of topic maps between Maiana and Wandora. The Waiana service module has been implemented to infuse new life into the import and export features, already implemented. Although the Waiana doesn't support topic map browsing but | + | Waiana service module implements a local topic map storage used with an API compatible with the [http://projects.topicmapslab.de/projects/maiana/wiki/API_Controller Maiana API]. [http://maiana.topicmapslab.de/ Maiana] and Maiana API build up a topic map storage created and hosted but the [http://www.topicmapslab.de/ Topic Maps Labs]. As the Topic Maps Labs is not really working anymore, the status of Maiana and it's API are more or less vague. The Maiana has been broken for several years. Wandora originally supported Maiana API and allowed import and export of topic maps between Maiana and Wandora. The Waiana service module has been implemented to infuse new life into the import and export features, already implemented. Although the Waiana doesn't support topic map browsing but the storage API only, it is probably useful if the user wants to set a shared topic map storage. |
+ | |||
+ | == Waiana API == | ||
+ | |||
+ | The Waiana API implements a local topic map storage. API's service handle is | ||
+ | |||
+ | http://127.0.0.1:8898/waiana/ | ||
+ | |||
+ | The API returns JSON responses and requests can be both JSON objects and URL parameters. |
Revision as of 15:27, 15 August 2014
Waiana service module implements a local topic map storage used with an API compatible with the Maiana API. Maiana and Maiana API build up a topic map storage created and hosted but the Topic Maps Labs. As the Topic Maps Labs is not really working anymore, the status of Maiana and it's API are more or less vague. The Maiana has been broken for several years. Wandora originally supported Maiana API and allowed import and export of topic maps between Maiana and Wandora. The Waiana service module has been implemented to infuse new life into the import and export features, already implemented. Although the Waiana doesn't support topic map browsing but the storage API only, it is probably useful if the user wants to set a shared topic map storage.
Waiana API
The Waiana API implements a local topic map storage. API's service handle is
http://127.0.0.1:8898/waiana/
The API returns JSON responses and requests can be both JSON objects and URL parameters.