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

Difference between revisions of "PDS Client 2.0 JavaScript API"

m
Line 1: Line 1:
= PDS Client 2.0 JavaScript API =
+
= Introduction =
 
+
== 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 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.
+
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. This API is intended to support a variety of apps that need access to data about the current user.
 +
 
 +
= TBD =
  
 
Warning - Work in progress.
 
Warning - Work in progress.

Revision as of 10:58, 8 November 2010

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. This API is intended to support a variety of apps that need access to data about the current user.

TBD

Warning - Work in progress.

JavaScript APIs

addEntityAttributes setEntityAttributes delEntityAttributes getEntityAttributes setRPAttributes getRPAttributes getSuggestions

Dashboard APIs

removePWData getPWException removePWException removeRMCard

Back to the top