Greg Slovacek
Greg Slovacek
The comments for the `useOauth` method indicate that you can specify the oauth "flow type" that should be used in order to obtain credentials in the event the server returns...
This is a similar issue to https://github.com/Asana/node-asana/issues/74. We are examining the viability of cross-workspace queries in the API and are strongly considering deprecating them because of the difficulty we have...
I think this is because your second closure (which logs "Got Response") does not return the tasks. Instead, it returns `undefined`. This is what's passed to the third `filter` closure...
Hi Marc. Thanks for reporting; the reason is pagination. It's a known issue that you cannot paginate through personal projects, and the client library always paginates by default (because it's...
Ok, I apologize, the way the code works `limit: 0` won't actually provide no limit. Our intention is to move towards all requests being paginated, which means we're trying not...
Hi David - thanks for your participation! That would be sweet to be able to import our JS client library into Google Apps Script. Cc'ing @praecipula for his thoughts too...
Thanks Marc, we'll get it published. On Sun, Jan 11, 2015 at 11:17 AM, Marc Boscher [email protected] wrote: > Or at least, include the /dist folder with browserified output in...
We haven't yet set up auto-publish on bower, but we now automatically publish the dist/asana.js file as part of a GitHub release: https://github.com/Asana/node-asana/releases/download/v0.5.3/asana.js Does that work for you? On Mon,...
Gotcha. I'm not familiar with bower enough to know, if we embed some info (e.g. export bower package metadata somewhere) in that file will bower be able to pick it...
Sure, that seems pretty doable. On Thu, Mar 5, 2015 at 1:07 PM, Marc Boscher [email protected] wrote: > Honestly, I'm no expert. But here is an example of another dependency...