Method | Description | |
---|---|---|
Call ( METHOD m, string path, string>.Dictionary |
Makes a call to FluidDB using JSON payload
|
|
Call ( METHOD m, string path, string>.Dictionary |
Make any call using a custom content type for payload
|
|
GetJsonResultDictionary ( |
Given a response with a json payload, will return a dictionary representation of the json
|
|
GetRawResult ( |
Utility method: given a WebResponse object this method will return the "result" from FluidDB contained therein.
|
Method | Description | |
---|---|---|
ProcessURI ( METHOD m, string path, string>.Dictionary |
public Call ( METHOD m, string path, string>.Dictionary |
||
m | METHOD | |
path | string | The path to call |
args | string>.Dictionary | Any further arguments to append to the URI |
body | object>.Dictionary | The body of the request |
return |
public Call ( METHOD m, string path, string>.Dictionary |
||
m | METHOD | |
path | string | |
args | string>.Dictionary | |
contentType | string | |
payload | string | |
return |
public GetJsonResultDictionary ( |
||
response | The response from FluidDB | |
return | object>.Dictionary |
public GetRawResult ( |
||
response | The response from FluidDB | |
return | string |