v5.0.0-beta.1 Typescript
Pre-release
Pre-release
Added
- Types - This is a complete rework of our node sdk to add native type support in package
- ConfigWrapper is now optional
- Pass your api key and optional retry data directly into API objects
new campaignsApi("<YOUR API KEY HERE>")
- Pass your api key and optional retry data directly into API objects
- Optional
Klaviyoscope- Instead of accessing items apis like
new campaignsApi()you can also usenew Klaviyo.campaignsApi()to keep your application organized.
- Instead of accessing items apis like