Maximilian Bräutigam

Results 6 comments of Maximilian Bräutigam

This is the same bug as already reported and **not fixed** for the Ruby API. https://github.com/sendinblue/APIv3-ruby-library/issues/54

Minimal example: ```JS console.log(`Get campaignId: 649`); let emailCampaignsApi = new SibApiV3Sdk.EmailCampaignsApi(); let ret = await emailCampaignsApi.getEmailCampaign(649); console.log(ret.recipients); ``` Returns: ``` Get campaignId: 649 exports {} ```

Hi @shubhamUpadhyayInBlue – I am getting warnings for three packages that you are pulling in: **node_modules/querystring:** The querystring API is considered Legacy. new code should use the URLSearchParams API instead....

Hi @shubhamUpadhyayInBlue and @aayush-sib — you need to communicate with the community. Please, give us and @alexbrazier a feedback on how you gonna deal with his PR.

Hi @ksdme – Thank you very much for the fix. For me, this was not the 100% solution since the height of the container was larger than the finder. So...