Setup

To use the SDK module, install the @wix/sdk package:

Copy
1
npm install @wix/sdk

Or

Copy
1
yarn add @wix/sdk

To make authenticated API requests, create a client. For examples, see the relevant authentication strategy:

Was this helpful?
Yes
No