Setup

To use the http-functions API, install the @wix/http-functions package using npm or Yarn:

Copy

or

Copy

Then import { functions } from @wix/http-functions:

Copy
Did this help?