When running the ordersCollection example in README.md, I would expect the embedded orders to be written out to log. Instead this is what I get:
{ _links:
{ self: { href: '/orders' },
next: { href: '/orders?page=2' },
find: { href: '/orders{?id}', templated: true } },
_embedded: { orders: [ [Object], [Object] ] },
currentlyProcessing: 14,
shippedToday: 20 }
When doing ordersCollection.toXML() the embedded objects are written to log as expected.
I'm on node version v10.9.0.
When running the ordersCollection example in README.md, I would expect the embedded orders to be written out to log. Instead this is what I get:
When doing
ordersCollection.toXML()the embedded objects are written to log as expected.I'm on node version v10.9.0.