Skip to content

Commit 65c6aed

Browse files
authored
Merge pull request #10 from crhistianr/fixAuthClientCredentials
fix: readme and ClientCredentials endpoint
2 parents 2bd73f2 + 12b8dbf commit 65c6aed

294 files changed

Lines changed: 45481 additions & 45464 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text eol=crlf

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
language: node_js
2-
node_js:
3-
- "6"
4-
- "6.1"
5-
- "5"
6-
- "5.11"
7-
1+
language: node_js
2+
node_js:
3+
- "6"
4+
- "6.1"
5+
- "5"
6+
- "5.11"
7+

README.md

Lines changed: 567 additions & 551 deletions
Large diffs are not rendered by default.

bower.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
{
2-
"name": "ordercloud-javascript-sdk",
3-
"version": "1.0.56",
4-
"description": "JavaScript SDK autogenerated from swagger spec using the Swagger-CodeGen project",
5-
"main": "dist/ordercloud-javascript-sdk.js",
6-
"authors": [
7-
"Four51 Inc. <ordercloud@four51.com>"
8-
],
9-
"license": "MIT",
10-
"keywords": [
11-
"API",
12-
"OrderCloud",
13-
"Four51",
14-
"E-Commerce"
15-
],
16-
"homepage": "https://github.com/cobrien451/OrderCloud-JavaScript-SDK",
17-
"ignore": [
18-
"**/.*",
19-
"node_modules",
20-
"bower_components",
21-
"test",
22-
"tests"
23-
]
1+
{
2+
"name": "ordercloud-javascript-sdk",
3+
"version": "1.0.56",
4+
"description": "JavaScript SDK autogenerated from swagger spec using the Swagger-CodeGen project",
5+
"main": "dist/ordercloud-javascript-sdk.js",
6+
"authors": [
7+
"Four51 Inc. <ordercloud@four51.com>"
8+
],
9+
"license": "MIT",
10+
"keywords": [
11+
"API",
12+
"OrderCloud",
13+
"Four51",
14+
"E-Commerce"
15+
],
16+
"homepage": "https://github.com/cobrien451/OrderCloud-JavaScript-SDK",
17+
"ignore": [
18+
"**/.*",
19+
"node_modules",
20+
"bower_components",
21+
"test",
22+
"tests"
23+
]
2424
}

docs/AccessToken.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# OrderCloud.AccessToken
2-
3-
## Properties
4-
Name | Type | Description | Notes
5-
------------ | ------------- | ------------- | -------------
6-
**accessToken** | **String** | | [optional]
7-
**expiresIn** | **Number** | | [optional]
8-
**tokenType** | **String** | | [optional]
9-
**refreshToken** | **String** | | [optional]
10-
11-
1+
# OrderCloud.AccessToken
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**accessToken** | **String** | | [optional]
7+
**expiresIn** | **Number** | | [optional]
8+
**tokenType** | **String** | | [optional]
9+
**refreshToken** | **String** | | [optional]
10+
11+

docs/Address.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# OrderCloud.Address
2-
3-
## Properties
4-
Name | Type | Description | Notes
5-
------------ | ------------- | ------------- | -------------
6-
**ID** | **String** | | [optional]
7-
**companyName** | **String** | | [optional]
8-
**firstName** | **String** | | [optional]
9-
**lastName** | **String** | | [optional]
10-
**street1** | **String** | | [optional]
11-
**street2** | **String** | | [optional]
12-
**city** | **String** | | [optional]
13-
**state** | **String** | | [optional]
14-
**zip** | **String** | | [optional]
15-
**country** | **String** | | [optional]
16-
**phone** | **String** | | [optional]
17-
**addressName** | **String** | | [optional]
18-
**xp** | **Object** | | [optional]
19-
20-
1+
# OrderCloud.Address
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**ID** | **String** | | [optional]
7+
**companyName** | **String** | | [optional]
8+
**firstName** | **String** | | [optional]
9+
**lastName** | **String** | | [optional]
10+
**street1** | **String** | | [optional]
11+
**street2** | **String** | | [optional]
12+
**city** | **String** | | [optional]
13+
**state** | **String** | | [optional]
14+
**zip** | **String** | | [optional]
15+
**country** | **String** | | [optional]
16+
**phone** | **String** | | [optional]
17+
**addressName** | **String** | | [optional]
18+
**xp** | **Object** | | [optional]
19+
20+

docs/AddressAssignment.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# OrderCloud.AddressAssignment
2-
3-
## Properties
4-
Name | Type | Description | Notes
5-
------------ | ------------- | ------------- | -------------
6-
**addressID** | **String** | | [optional]
7-
**userID** | **String** | | [optional]
8-
**userGroupID** | **String** | | [optional]
9-
**isShipping** | **Boolean** | | [optional]
10-
**isBilling** | **Boolean** | | [optional]
11-
12-
1+
# OrderCloud.AddressAssignment
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**addressID** | **String** | | [optional]
7+
**userID** | **String** | | [optional]
8+
**userGroupID** | **String** | | [optional]
9+
**isShipping** | **Boolean** | | [optional]
10+
**isBilling** | **Boolean** | | [optional]
11+
12+

0 commit comments

Comments
 (0)