Method | Description | |
---|---|---|
GetAttributeFromReponse ( string response, string attributeName ) : string |
Get value of given attribute from REST response.
|
|
GetAttributesFromReponse ( string response, string attributeName ) : IEnumerable |
Get values of given attribute from REST response.
|
public static GetAttributeFromReponse ( string response, string attributeName ) : string | ||
response | string | Complete REST response. |
attributeName | string | Object attribute to retrieve. |
return | string |
public static GetAttributesFromReponse ( string response, string attributeName ) : IEnumerable |
||
response | string | Complete REST response. |
attributeName | string | Object attribute to retrieve. |
return | IEnumerable |