Skip to content

Commit

Permalink
Merge pull request ordercloud-api#36 from oliverheywood451/3.3.5
Browse files Browse the repository at this point in the history
API release 6/7/19 - adding Webhooks, xp index and user.DateCreated
  • Loading branch information
crhistianramirez authored Jun 10, 2019
2 parents 3ad452e + ad79103 commit f6a45be
Show file tree
Hide file tree
Showing 45 changed files with 2,779 additions and 40,420 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ of your imagination.
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 1.0
- Package version: 3.3.4
- Build date: 2019-06-06T08:08:40.316-05:00
- Package version: 3.3.5
- Build date: 2019-06-07T15:26:22.310-05:00

For more information, please visit [https://documentation.ordercloud.io](https://documentation.ordercloud.io/platform-guides/getting-started/introduction-to-ordercloud)

Expand Down Expand Up @@ -144,7 +144,7 @@ OrderCloudSDK.Me.ListProducts(null, token3)
.then(user3ProductList => console.log(user3ProductList))
```
Please note that the parameter for accessToken will always be the last parameter. We are setting the options object to null since we don't want to pass along any options with this request, and the accessToken parameter is defined after the options object.
Please note that the accessToken parameter will always be the last parameter.
## Typescript Support
Expand Down Expand Up @@ -484,6 +484,15 @@ Class | Method | HTTP request | Description
*OrderCloud.UserGroups* | [**Patch**](docs/UserGroups.md#Patch) | **PATCH** /buyers/{buyerID}/usergroups/{userGroupID} |
*OrderCloud.UserGroups* | [**Save**](docs/UserGroups.md#Save) | **PUT** /buyers/{buyerID}/usergroups/{userGroupID} |
*OrderCloud.UserGroups* | [**SaveUserAssignment**](docs/UserGroups.md#SaveUserAssignment) | **POST** /buyers/{buyerID}/usergroups/assignments |
*OrderCloud.Webhooks* | [**Create**](docs/Webhooks.md#Create) | **POST** /webhooks |
*OrderCloud.Webhooks* | [**Delete**](docs/Webhooks.md#Delete) | **DELETE** /webhooks/{webhookID} |
*OrderCloud.Webhooks* | [**Get**](docs/Webhooks.md#Get) | **GET** /webhooks/{webhookID} |
*OrderCloud.Webhooks* | [**List**](docs/Webhooks.md#List) | **GET** /webhooks |
*OrderCloud.Webhooks* | [**Patch**](docs/Webhooks.md#Patch) | **PATCH** /webhooks/{webhookID} |
*OrderCloud.Webhooks* | [**Save**](docs/Webhooks.md#Save) | **PUT** /webhooks/{webhookID} |
*OrderCloud.XpIndexs* | [**Delete**](docs/XpIndexs.md#Delete) | **DELETE** /xpindices/{thingType}/{key} |
*OrderCloud.XpIndexs* | [**List**](docs/XpIndexs.md#List) | **GET** /xpindices |
*OrderCloud.XpIndexs* | [**Put**](docs/XpIndexs.md#Put) | **PUT** /xpindices |
## Documentation for Models
Expand Down Expand Up @@ -569,6 +578,8 @@ Class | Method | HTTP request | Description
- [OrderCloud.ListUserGroup](docs/ListUserGroup.md)
- [OrderCloud.ListUserGroupAssignment](docs/ListUserGroupAssignment.md)
- [OrderCloud.ListVariant](docs/ListVariant.md)
- [OrderCloud.ListWebhook](docs/ListWebhook.md)
- [OrderCloud.ListXpIndex](docs/ListXpIndex.md)
- [OrderCloud.MeBuyer](docs/MeBuyer.md)
- [OrderCloud.MeSupplier](docs/MeSupplier.md)
- [OrderCloud.MeUser](docs/MeUser.md)
Expand Down Expand Up @@ -621,6 +632,8 @@ Class | Method | HTTP request | Description
- [OrderCloud.PartialUserGroup](docs/PartialUserGroup.md)
- [OrderCloud.PartialVariant](docs/PartialVariant.md)
- [OrderCloud.PartialVariantInventory](docs/PartialVariantInventory.md)
- [OrderCloud.PartialWebhook](docs/PartialWebhook.md)
- [OrderCloud.PartialWebhookRoute](docs/PartialWebhookRoute.md)
- [OrderCloud.PasswordReset](docs/PasswordReset.md)
- [OrderCloud.PasswordResetRequest](docs/PasswordResetRequest.md)
- [OrderCloud.Payment](docs/Payment.md)
Expand Down Expand Up @@ -649,6 +662,9 @@ Class | Method | HTTP request | Description
- [OrderCloud.UserGroupAssignment](docs/UserGroupAssignment.md)
- [OrderCloud.Variant](docs/Variant.md)
- [OrderCloud.VariantInventory](docs/VariantInventory.md)
- [OrderCloud.Webhook](docs/Webhook.md)
- [OrderCloud.WebhookRoute](docs/WebhookRoute.md)
- [OrderCloud.XpIndex](docs/XpIndex.md)
## Documentation for Authorization
Expand Down Expand Up @@ -729,4 +745,7 @@ Class | Method | HTTP request | Description
- UnsubmittedOrderReader:
- UserGroupAdmin:
- UserGroupReader:
- WebhookAdmin:
- WebhookReader:
- XpIndexAdmin:
Loading

0 comments on commit f6a45be

Please sign in to comment.