jonmort / aoso

REST api for speakeasy using active objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActiveObjects StOrage for Speakeasy

AOSO is a plugin that provides storage mimicking the HTML 5 LocalStorage API. Also provided are asynchronous methods to get, set, remove and search for entries. Active Objects is used for data storage. Data can be stored on a per user basis and globally (shared by all users).

Supported Products

All Atlassian products that support the Plugins v2 framework, Speakeasy and the Active Objects Plugin

Installation Instructions

  1. Install Speakeasy
  2. Install Active Objects
  3. Download aoso-1.0.1.jar
  4. Upload aoso-1.0.1.jar as a plugin

Usage

See the Common JS speakeasy tab for API documentation.

See https://github.com/jonmort/pomodoro-extension/tree/master/js/pomodoro for an example of how to add optional support for aoso and fallback to localStorage

Development

The Atlassian Plugin SDK is used. It is a standard plugin.

Testing - hit any page with the ?testaoso appended to the url and the tests will run.

About

REST api for speakeasy using active objects

License:Other


Languages

Language:JavaScript 58.9%Language:Java 41.1%