RESTServiceHelper Class |
Namespace: CMS.WebServices
public class RESTServiceHelper : AbstractHelper<RESTServiceHelper>
The RESTServiceHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() | RESTServiceHelper |
Name | Description | |
---|---|---|
![]() ![]() | GetUrlPathAndQueryHash |
Returns hash string to be used for given URL path and query instead of authentication.
|
![]() | GetUrlPathAndQueryHashInternal |
Returns hash string to be used for given URL path and query instead of authentication.
|
![]() ![]() | IsUrlPathAndQueryHashValid |
Tests whether hash computed for pathAndQuery matches expectedHash.
|
![]() | IsUrlPathAndQueryHashValidInternal |
Tests whether hash computed for pathAndQuery matches expectedHash.
Validates hash expiration query parameter hashExpirationUtc if provided.
|
![]() | SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) |
![]() ![]() ![]() | TryParseRestUrlPath |
Tries to parse an absolute URL of a REST service endpoint and splits the absolute path to absolute path prefix and relative REST path.
|
![]() ![]() | TryParseRestUrlPathInternal |
Tries to parse an absolute URL of a REST service endpoint and splits the absolute path to absolute path prefix and relative REST path.
|