I see that I can pass a query object with include:2
in the getEntries method using the node.js javascript api. How can I do that with the getEntry
call that returns a single object.
// how do I get the nested objects by passing the parameter include:1
client.getEntry('<entry_id>', {<what goes here?>})
.then(function (entry) {
// logs the entry metadata
})