John V.
John V.
Hi @miso-belica, we currently do not document any changes between versions. I can understand why this is important for developers. This is something we would add in the future. As...
Hi @miso-belica, thanks for sharing more feedback. We could technically generate a typescript library as well but we require more testing. To give a bit of context, we are using...
Hi @supersime, is there anything in particular you are looking for in a migration guide? If you go to our [developer documentation](https://developers.asana.com/reference/rest-api-reference) you should be able to switch between the...
Hi @ssteiger, I can't seem to reproduce this issue. I tried 2 scenarios: Scenario 1 - 1: 1. In Asana webapp/ui in a "Test" project add a task using the...
Hi @juliofarah, That's correct. The new version of our node library does not have an internal helper function for OAuth-2 based authentication. We have had some issues with this internal...
Hi @Strooss which version of the [node-asana](https://github.com/Asana/node-asana) are you using? In our v1.X.X (EX:[v1.0.5](https://www.npmjs.com/package/asana/v/1.0.5)) you would use `asana.Client` while in v3.X.X [EX: [v3.0.6](https://www.npmjs.com/package/asana/v/3.0.6)] it's `Asana.ApiClient` [node-asana v1.0.5:](https://www.npmjs.com/package/asana/v/1.0.5) ```javascript const asana...
Hi @Strooss, @oev-chrisbennett is correct. The [@types/asana](https://www.npmjs.com/package/@types/asana) package only works with [node-asana v1](https://www.npmjs.com/package/asana/v/1.0.5) client library version. [node-asana v3](https://www.npmjs.com/package/asana/v/3.0.7?activeTab=versions) client library version is not supported. For context, we did not write...
NIT: To be consistent with `powercommands` we might want to rename the folder that contains this code from `powercommand_using_SDKv3` to `powercommands_using_SDKv3` -> The difference here being the "s". This makes...
> I'll update the folder name (i.e. add an s to powercommand) on a subsequent commit once these changes are merged. why not send a commit for it now?
> > > I'll update the folder name (i.e. add an s to powercommand) on a subsequent commit once these changes are merged. > > > > > > why...