httpClient

について httpClient submodule includes helper functions for making HTTP requests within the Wix platform.

Import statement

コピー
1

Methods

fetchWithAuth()

Makes HTTP requests to Wix REST APIs and external endpoints that require a Wix access token, such as endpoints hosted by a Wix app backend. The Wix development framework generates the access token. The token reflects the identity of the current site user and is automatically included in requests from this function as an Authorization header.

Note: Only use this function to call a Wix REST API if the needed functionality isn't available in the SDK. Otherwise, use the SDK version.

Syntax

コピー
1

Parameters

名称タイプ説明
urlストリングURL of the REST API to call.
optionsobjectStandard fetch request options.

リターン

Standard fetch() response.

Call the List Published Site Urls endpoint:

コピー
1
役に立ちましたか?
はい
いいえ