$authStub
$authStub : \FuelSdk\ET_Client
The class can get, convert, render, send messages.
$authStub : \FuelSdk\ET_Client
post() : \FuelSdk\ET_PostRest
Object of type ET_PostRest which contains http status code, response, etc from the POST REST service
patch() : \FuelSdk\ET_PatchRest
Object of type ET_PatchRest which contains http status code, response, etc from the PATCH REST service
delete() : \FuelSdk\ET_DeleteRest
Object of type ET_DeleteRest which contains http status code, response, etc from the DELETE REST service
get() : \FuelSdk\ET_GetRest
Object of type ET_GetRest which contains http status code, response, etc from the GET REST service
getMoreResults() : \FuelSdk\ET_GetRest
returns more response from the GET REST service of type ET_GetRest Object
convert() : \FuelSdk\ET_PostRest
Object of type ET_PostRest which contains http status code, response, etc from the POST REST service
sendProcess() : \FuelSdk\ET_Post
Object of type ET_Post which contains http status code, response, etc from the POST SOAP (not REST) service
render() : \FuelSdk\ET_GetRest|\FuelSdk\ET_PosttRest
Object of type ET_GetRest or ET_PostRest if props field is an array and holds id as a key