Essentials

The Essentials SDK contains common functionality that you might need when building apps on the Wix platform. The SDK includes the following submodules:

  • auth: Allows you to work with Wix authentication and permissions.
  • httpClient: Includes helper functions for making HTTP requests within the Wix platform.

Setup

To use the Essentials SDK, install the @wix/essentials package:

Install using npm

Copy
1

Install using yarn

Copy
1
Was this helpful?
Yes
No