sdk Module
JS SDK
Here is a set of functions that mostly are a thin wraper over the GoodData API. Before calling any of those functions, you need to authenticate with a valid GoodData user credentials. After that, every subsequent call in the current session is authenticated. You can find more about the GD authentication mechanism here.
GD Authentication Mechansim
In this JS SDK library we provide you with a simple login(username, passwd)
function
that does the magic for you.
To fully understand the authentication mechansim, please read
Authentication via API article
on GoodData Developer Portal
This module provides the following classes: