node-asana
node-asana copied to clipboard
Official node.js and browser JS client for the Asana API v1
Types don't really match the code
types
Heyyya! Thanks for creating this client. It works quickly and is easy to set up 🔥 One nuance I'd like to bring up is Typescript support. It's 2024 now and...
Sometimes the response from a request will ask to authorize the application even if the application has been authorized or the access_token has recently been renewed. ``` * * *...
Following along with the example on the README and noticed I'm getting a deprecation warning. ```ts const workspaces = await client.workspaces.findAll() const ws = workspaces.data.find(el => el.name === 'Example Team')...
Super funny, On your webapp task list screen: Adding a task with the task name `Ads` breaks the ui.  , [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp) and [handlebars](https://github.com/wycats/handlebars.js). These dependencies needed to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix...
Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [gulp-mocha](https://github.com/sindresorhus/gulp-mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...