You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in the upgrade guide:
"The returned value of an API call will no longer be the body, statusCode, and headers for callbacks, and only the body for promises. The new returned value will be a unique object containing the body, statusCode, headers, warnings, and meta, for both callback and promises."
To contributors working on this task:
Subject Matter/Framework Expert: Share the Codemod Studio link (example) with detailed specs from the framework expert, including before/after pairs and transformation logic, along with edge cases.
Codemod Expert: Build and publish quality codemods that cover most edge cases (false negatives are acceptable) with no false positives.
alexbit-codemod
changed the title
[codemod request] elastic javascript client 8.14 : Body, statusCode, headers, warnings, and meta, for both callback and promises.
[codemod][new] elastic javascript client - migration to v8.14
Jun 7, 2024
Codemod description
As described in the upgrade guide:
"The returned value of an API call will no longer be the body, statusCode, and headers for callbacks, and only the body for promises. The new returned value will be a unique object containing the body, statusCode, headers, warnings, and meta, for both callback and promises."
To contributors working on this task:
The text was updated successfully, but these errors were encountered: