Instantiate HyperService SDK

To begin using the SDK, you need to create an instance of HyperServices. The SDK exposes the HyperServices class. Create an object of this class for all for all subsequent interactions with the SDK.

Follow the steps below to set up and start using the HyperServices SDK in your application:

1. Load the SDK

Add the following <script> tag to the HTML file where the SDK will be used. Make sure this script is included on the same page where the SDK functionalities are needed:

⚠️ Ensure the script is loaded before initializing HyperServices.

2. Create an Instance

Once the script is loaded, create an object of the HyperServices class:

You can now use this hyperServices object to access all SDK features.


Last updated 10 months ago