Method | Description | |
---|---|---|
ObtainReevooMarkData ( Parameters params_, String baseUri_ ) : ReevooMarkData |
Get ReevooMark data for a given product and trkref.
|
|
ObtainReevooMarkData ( string trkref_, string sku_, String baseUri_ ) : ReevooMarkData | ||
ReevooClient ( ) : System |
Construct a ReevooClient with the default timeout.
|
|
ReevooClient ( int timeout_ ) : System |
Construct a ReevooClient with the given timeout in milliseconds.
|
Method | Description | |
---|---|---|
GetBestPrice ( |
Returns the 'best price' member from the returned data structure
|
|
GetOverallScore ( |
Returns the 'overall score' member from the returned data structure
|
|
GetReviewCount ( |
Returns the 'review count' member from the returned data structure
|
|
GetScoreCount ( |
Returns the 'score count' member from the returned data structure
|
|
ObtainReevooMarkDataInternal ( Parameters params_, String baseUri_ ) : ReevooMarkData |
Internal method which does the actual work of getting the Mark data.
|
public ObtainReevooMarkData ( Parameters params_, String baseUri_ ) : ReevooMarkData | ||
params_ | Parameters | |
baseUri_ | String | The base URI for the request - provided by Reevoo. |
return | ReevooMarkData |
public ObtainReevooMarkData ( string trkref_, string sku_, String baseUri_ ) : ReevooMarkData | ||
trkref_ | string | |
sku_ | string | |
baseUri_ | String | |
return | ReevooMarkData |
public ReevooClient ( int timeout_ ) : System | ||
timeout_ | int | |
return | System |