kameleo-io / local-api-client-typescript

Official JavaScript/TypeScript library for interacting with Kameleo Client
https://kameleo.io/learn-more/automation
MIT License
45 stars 2 forks source link

Migrate off `@azure/ms-rest-js` #3

Closed jeremymeng closed 12 months ago

jeremymeng commented 1 year ago

It looks that old version of autorest typescript generator was used to generate code that depends on @azure/ms-rest-js?

Please consider moving to use latest autorest.typescript code generator as @azure/ms-rest-js is no longer actively maintained. Free free to reach out if you have any questions.

kameleo-team commented 12 months ago

Hello @jeremymeng , we already updated the python libary, please check. We will also do with the C# and javascript soon

jeremymeng commented 12 months ago

@kameleo-team This is for javascript I think.

jeremymeng commented 12 months ago

yeah looks good now. thanks!