syncano-node
syncano-node copied to clipboard
Method: computed
Computed method would be run for each element returned from list(). Result of computed would be assigned to each of returned objects.
data.profiles
.computed(profile=> ({
full_name: `${profile.first_name} ${profile.last_name}`
}))
.list()
/cc @mkucharz