fansunited-sdk-umd 1.2.1 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,6 +11,8 @@ Operations supported by the SDK:
|
|
|
11
11
|
- [Predictor Operations](https://docs.fansunitedmedia.com/sdks/js/predictor)
|
|
12
12
|
- [Top X Operations](https://docs.fansunitedmedia.com/sdks/js/topx)
|
|
13
13
|
- [Match Quiz Operations](https://docs.fansunitedmedia.com/sdks/js/match.quiz)
|
|
14
|
+
- [Loyalty Operations](https://docs.fansunitedmedia.com/sdks/js/loyalty)
|
|
15
|
+
- [Activity Operations](https://docs.fansunitedmedia.com/sdks/js/activity)
|
|
14
16
|
|
|
15
17
|
## Install the SDK
|
|
16
18
|
|
|
@@ -37,7 +39,7 @@ import {FansUnitedSDK} from "fansunited-sdk-esm";
|
|
|
37
39
|
|
|
38
40
|
let fansUnitedSdk = FansUnitedSDK({
|
|
39
41
|
"apiKey": "your-api-key-here",
|
|
40
|
-
"environment": "dev|prod|
|
|
42
|
+
"environment": "dev|prod|staging", // default: prod
|
|
41
43
|
"clientId": "your-client-id-here",
|
|
42
44
|
"lang": "BG|EN|RO", // default: EN
|
|
43
45
|
"idSchema": "native|enetpulse|sportradar|sportal365", // default: native
|