Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PDS Client 2.0 JavaScript API

Revision as of 10:56, 8 November 2010 by Unnamed Poltroon (Talk)

PDS Client 2.0 JavaScript API

Introduction

The JavaScript API allows the developer (the API consumer) to simply treat the PDS Client and any personal or managed data stores in the cloud as one big database. It allows you to read or write in a single operation a set of attributes and their values.

The JavaScript API is implemented by a NPAPI browser plugin that is used in the user’s “regular” browser as well as the Dashboard’s embedded browser.

Warning - Work in progress.

JavaScript APIs

addEntityAttributes setEntityAttributes delEntityAttributes getEntityAttributes setRPAttributes getRPAttributes getSuggestions

Dashboard APIs

removePWData getPWException removePWException removeRMCard

Back to the top