@coherentglobal/spark-execute-sdk 0.3.4 → 0.3.6
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 +6 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,11 +5,14 @@
|
|
|
5
5
|
|
|
6
6
|
# About the Project
|
|
7
7
|
|
|
8
|
-
A Software Development Kit (SDK) that can run either
|
|
8
|
+
A Software Development Kit (SDK) that can run either [Spark](https://coherent.global/spark/) model web-assembly or Calling an HTTPS endpoint.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
# Roadmap
|
|
12
|
+
|
|
13
|
+
- Calling an HTTPS endpoint on Spark SaaS.
|
|
9
14
|
|
|
10
|
-
##### NOTE:
|
|
11
15
|
|
|
12
|
-
Fallback endpoint is currently not supported.
|
|
13
16
|
|
|
14
17
|
# How to's
|
|
15
18
|
|