Method | Description | |
---|---|---|
Calculate ( string path, string uid ) : |
Turns out you can perform calculations just by appending some querystring parameters to the "GetDataItem" uri. Calculation results are in then in the Amounts array
|
|
Client ( |
||
Client ( |
||
CreateProfile ( ) : |
||
DeleteProfile ( string uid ) : DeleteProfileResponse | ||
GetDataItem ( string path, string uid ) : |
||
GetDrillDown ( string path ) : |
||
GetDrillDown ( string path, List |
||
GetProfiles ( ) : |
Method | Description | |
---|---|---|
BeforeIssueRequest ( System request, string url, string target, string uriTemplate, string method, object>.Dictionary |
Method | Description | |
---|---|---|
AppendParameter ( string uriTemplate, string parameterName, string parameterValue ) : string |
this is a pretty naive implementation that assumes that parameter names and values will not contain an unencoded '?'
|
protected BeforeIssueRequest ( System request, string url, string target, string uriTemplate, string method, object>.Dictionary |
||
request | System | |
url | string | |
target | string | |
uriTemplate | string | |
method | string | |
parameters | object>.Dictionary | |
cacheDuration | System.TimeSpan | |
throttleScope | string | |
return | void |
public Calculate ( string path, string uid ) : |
||
path | string | |
uid | string | |
return |
public Client ( |
||
uri | ||
requestController | IRequestController | |
basicAuthUsername | string | |
basicAuthPassword | string | |
return | System |
public Client ( |
||
uri | ||
basicAuthUsername | string | |
basicAuthPassword | string | |
return | System |
public CreateProfile ( ) : |
||
return |
public DeleteProfile ( string uid ) : DeleteProfileResponse | ||
uid | string | |
return | DeleteProfileResponse |
public GetDataItem ( string path, string uid ) : |
||
path | string | |
uid | string | |
return |
public GetDrillDown ( string path ) : |
||
path | string | |
return |
public GetDrillDown ( string path, List |
||
path | string | |
drillDowns | List |
|
return |
public GetProfiles ( ) : |
||
return |