You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VersionOne JavaScript SDK is an open-source and community supported JavaScript client for the VersionOne API. As an open-sourced and community supported project, the VersionOne JavaScript SDK is not formally supported by VersionOne.
6
6
@@ -17,8 +17,9 @@ The source code for the VersionOne JavaScript SDK is free and open-source, and w
17
17
# Getting Started
18
18
19
19
Please note:
20
-
* 1.x.x SDK is only supported with a VersionOne instance 15.3 or above.
21
-
* 1.x.x SDK currently does not support querying for Meta definitions; if this is something needed, please use any 0.x.x
20
+
* 2.x.x SDK is only supported with a VersionOne instance 17.1 or later.
21
+
* 1.x.x SDK is only supported with a VersionOne instance 15.3-17.0
22
+
* 1.x.x SDK currently does not support querying for Meta definitions; if this is something needed, please use any 0.x.x
22
23
version.
23
24
24
25
**See the repo's Wiki for API usage and additional information.**
@@ -31,7 +32,7 @@ version.
31
32
32
33
The VersionOne application does not currently have an option to enable CORS support. As such, CORS is not supported in our hosted environment. You can still use this JavaScript library for server-side applications.
33
34
34
-
If you have your own on-premise installation, open the VersionOne `Web.config` file and add the three entires
35
+
If you have your own on-premise installation, open the VersionOne `Web.config` file and add the three entires
0 commit comments