wix-fetch
An implementation of the standard Javascript Fetch API which can be used in public and backend code for fetching resources from 3rd party services using HTTPS. Learn more.
Guides
Additional information about this section
Functions
Perform actions on an object
- fetch( )
Retrieves the specified resource from the network using HTTPS.
- getJSON( )
Retrieves the specified JSON resource from the network using HTTPS.
Subcategories
- WixFetchResponse
An object returned by the fetch() function representing an HTTP response to a fetch.