loops ^7.3.0. Method signatures in these docs match that SDK version.
Installation
You can install the package from npm:LOOPS_API_KEY in an .env file).
Then add nuxt-loops to your modules list and add a reference to your API key:
nuxt.config.ts
Usage
The Loops API and SDK should only be used on the server side to protect your API key. To use the module, importloops from the request context.
Then call one of the SDK methods. Read through the JS SDK docs for more details.
JavaScript SDK
Explore our official JS/TS SDK.
Loops API
Read the Loops API reference.

