APIv3-typescript-library icon indicating copy to clipboard operation
APIv3-typescript-library copied to clipboard

SendinBlue's API v3 client

Results 15 APIv3-typescript-library issues
Sort by recently updated
recently updated
newest added
trafficstars

I want to integrate brevo in my project and [the documentation](https://developers.brevo.com/docs/api-clients) redirect here. I see that the project is deprecated since yesterday and it was already the case for libraries...

Does this repo need to be updated to use the new brevo.com domain? https://developers.brevo.com/docs/how-it-works How long will the old [sendinblue domain](https://github.com/sendinblue/APIv3-typescript-library/blob/8780811098e0dea568c5181def4a36fd572dc604/src/api.ts#L16) continue to accept requests?

- [x] Replace request package with [axios](https://www.npmjs.com/package/axios) - [x] Lint Errors

How do I send attachments properly? Looking at type definition, I assume you expect file content as a string, what encoding should I use? Are there any plans on support...

When installing the library the following pops up: ``` warning @sendinblue/client > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 warning @sendinblue/client > request > [email protected]: Please upgrade to version 7...

Hi, your README shows only 2 basic examples and for the rest, it refers to [developers.sendinblue.com/reference/getting-started-1](https://developers.sendinblue.com/reference/getting-started-1). This address, however, contains instructions for different library `sib-api-v3-sdk` with outdated instructions. Case in...

I'm trying to run the following code on typescript (found on the official documentation): ``` import * as SibApiV3Sdk from '@sendinblue/client' const apiInstance = new SibApiV3Sdk.TransactionalEmailsApi(); const apiKey = apiInstance.authentications['apiKey'];...

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...

dependencies

i'm wondering why there's a dedicated ts-library (using request & bluebird :/), but no official types on https://github.com/sendinblue/APIv3-nodejs-library/issues/57. Wouldn't it make sense to consolidate efforts over there? We're currently considering...

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies