$authStub
$authStub : \ET_Client
This class represents the create, update, delete operation for REST service.
$authStub : \ET_Client
get() : \ET_GetRest
Object of type ET_GetRest which contains http status code, response, etc from the GET REST service
getMoreResults() : \ET_GetRest
returns more response from the GET REST service of type ET_GetRest Object
post() : \ET_PostRest
Object of type ET_PostRest which contains http status code, response, etc from the POST REST service
patch() : \ET_PatchRest
Object of type ET_PatchRest which contains http status code, response, etc from the PATCH REST service
delete() : \ET_DeleteRest
Object of type ET_DeleteRest which contains http status code, response, etc from the DELETE REST service