clarifai-web-grpc 11.2.5 → 11.2.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 +2 -0
- package/VERSION +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
The official Clarifai gRPC client for use in client browser applications.
|
|
6
6
|
|
|
7
|
+
NB! You cannot access Clarifai API directly from browser due to cross-origin restrictions that is put in place for security reasons (to prevent API token leaks). Please use a proxy server on your backend to have `FE -> BE -> Clarifai` chain of requests instead.
|
|
8
|
+
|
|
7
9
|
[](https://www.npmjs.com/package/clarifai-web-grpc)
|
|
8
10
|
|
|
9
11
|
## Installation
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
11.2.
|
|
1
|
+
11.2.6
|