Core/Interface/IRestHandler.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IRestHandler

Package: Default
IRestHandler contains the methods for preparing the REST request, calls REST services and returns the response.

Methods

methodpublicGetResponse(\ServiceContext $requestParameters, string $requestBody, string $oauthRequestUri) : void
abstract

Returns the response by calling REST service.

Parameters
NameTypeDescription
$requestParameters\ServiceContext

The parameters

$requestBodystring

The request body

$oauthRequestUristring

The OAuth request uri

Documentation was generated by phpDocumentor 2.8.5.