You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SendinBlue's API exposes the entire SendinBlue features via a standardized programmatic interface. Please refer to the full [documentation](https://developers.sendinblue.com) to learn more.
@@ -18,52 +19,62 @@ The following recommended installation requires [npm](https://npmjs.org/). If yo
18
19
Then install it via:
19
20
20
21
```shell
21
-
npm install sib-api-v3-typescript --save
22
+
npm install @sendinblue/client --save
23
+
# or
24
+
yarn add @sendinblue/client
22
25
```
23
26
24
27
## Getting Started
25
28
26
29
Once you have [installed](#installation) the node module in your project, you can execute the following sample code JS code :
0 commit comments