@coherentglobal/spark-execute-sdk 0.3.2 → 0.3.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 CHANGED
@@ -7,6 +7,10 @@
7
7
 
8
8
  A Software Development Kit (SDK) that can run either WASM or Fallback Endpoint to call Spark Api model calculation.
9
9
 
10
+ ##### NOTE:
11
+
12
+ Fallback endpoint is currently not supported.
13
+
10
14
  # How to's
11
15
 
12
16
  ## Installation
@@ -100,3 +104,7 @@ Note: The second parameter (version_id) is optional if version_id is already inc
100
104
  }
101
105
  }
102
106
  ```
107
+
108
+ ### DEMO
109
+
110
+ DEMO LINK- https://codesandbox.io/s/autumn-hill-1342ln?file=/index.html