Click or drag to resize
RESTServiceHelper Methods

The RESTServiceHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetUrlPathAndQueryHash
Returns hash string to be used for given URL path and query instead of authentication.
Protected methodGetUrlPathAndQueryHashInternal
Returns hash string to be used for given URL path and query instead of authentication.
Public methodStatic memberIsUrlPathAndQueryHashValid
Tests whether hash computed for pathAndQuery matches expectedHash.
Protected methodIsUrlPathAndQueryHashValidInternal
Tests whether hash computed for pathAndQuery matches expectedHash.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Public methodStatic memberCode exampleTryParseRestUrlPath
Tries to parse an absolute URL of a REST service endpoint and splits the absolute path to absolute path prefix and relative REST path.
Protected methodCode exampleTryParseRestUrlPathInternal
Tries to parse an absolute URL of a REST service endpoint and splits the absolute path to absolute path prefix and relative REST path.
Top
See Also