node-samples
node-samples copied to clipboard
Access response with data field
Expected Behavior
response data is retrieved
Actual Behavior
access to response object fails.
had to access response by 'data' field to get to 'id' and 'replies'.
driveResponse.id --> driveResponse.data.id
result.replies --> result.data.replies
Steps to Reproduce the Problem
- run the code
Specifications
- Node version (
node -v
) : v12.14.0 - OS (Mac/Linux/Windows) : OSX