RallyTools / rally-node

A Node.js Toolkit for Accessing Rally's Webservice API
MIT License
53 stars 25 forks source link

fetch: true not working #12

Closed ssteffl closed 9 years ago

ssteffl commented 9 years ago

i am currently doing fetch:['true'] as a workaround

krmorse commented 9 years ago

fetch: true is sort of frowned upon because of performance, but it is pretty convenient. i don't remember explicitly no supporting it but i'm also not surprised it doesn't just work out of the box. i'll look into it...

ssteffl commented 9 years ago

oh. i wasn't aware that was frowned upon. nevermind then.

krmorse commented 9 years ago

partially because it's inefficient to fetch a bunch of fields if you don't need them. also true does not fetch any sub objects or collections so you'll likely be missing some data you'd want anyway...