Skip to content

node-zendeskDocs


node-zendesk / clients/helpers / processResponseBody

Function: processResponseBody()

processResponseBody(result_, self): object

Processes the body of the response based on the result and context.

Parameters

result_: object

The result data.

self: object

The context containing additional settings.

Returns

object

  • The processed body of the response.

Defined in

clients/helpers.d.ts:46

Released under the MIT License.