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
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ of your imagination.
10
10
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
11
11
12
12
- API version: 1.0
13
-
- Package version: 3.3.6
14
-
- Build date: 2019-06-10T08:23:44.872-05:00
13
+
- Package version: 3.4.6
14
+
- Build date: 2019-07-01T18:52:25.266-05:00
15
15
16
-
For more information, please visit [https://documentation.ordercloud.io](https://documentation.ordercloud.io/platform-guides/getting-started/introduction-to-ordercloud)
16
+
For more information, please visit [https://developer.ordercloud.io/documentation/](https://developer.ordercloud.io/documentation/getting-started/introduction-to-ordercloud)
all found under the [Auth class](https://github.com/ordercloud-api/OrderCloud-JavaScript-SDK/blob/staging/src/api/Auth.js).
31
31
32
32
We'll use the password-grant type for this example.
@@ -37,8 +37,8 @@ var defaultClient = OrderCloud.Sdk.instance;
37
37
38
38
var username ='YOUR_USERNAME'; //username of the user logging in
39
39
var password ='YOUR_PASSWORD'; //password of the user logging in
40
-
var clientID ='xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'; //clientID of the application the user is logging in to ([sign up for free](https://account.ordercloud.io/login/)
41
-
var scope = ['FullAccess']; //string array of roles the application has access to ([more info](https://documentation.ordercloud.io/platform-guides/authentication/security-profiles))
40
+
var clientID ='xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'; //clientID of the application the user is logging in to ([sign up for free](https://developer.ordercloud.io/account)
41
+
var scope = ['FullAccess']; //string array of roles the application has access to ([more info](https://developer.ordercloud.io/documentation/platform-guides/authentication/security-profiles))
@@ -152,7 +152,7 @@ This package is fully compatible with typescript and comes bundles with its own
152
152
153
153
## Further Reading
154
154
155
-
You should now have enough information to get started building on our platform! The platform guides[https://documentation.ordercloud.io/platform-guides] and [API reference](https://documentation.ordercloud.io/api-reference)
155
+
You should now have enough information to get started building on our platform! The platform guides[https://developer.ordercloud.io/documentation/platform-guides] and [API reference](https://developer.ordercloud.io/documentation/api-reference)
156
156
should be your go-to guide for working with the API.
0 commit comments