Skip to content

Commit 472f908

Browse files
author
PureCloud Jenkins
committed
204.0.1
1 parent 39b51ea commit 472f908

File tree

171 files changed

+14730
-14023
lines changed

Some content is hidden

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

171 files changed

+14730
-14023
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
---
2-
title: Platform API Client SDK - JavaScript
3-
---
1+
# Platform API Client SDK - JavaScript
42

5-
# Platform API Javascript Client
6-
7-
A JavaScript library to interface with the Genesys Cloud Platform API. View the documentation on the [Genesys Cloud Developer Center](https://developer.genesys.cloud/devapps/sdk/docexplorer/purecloudjavascript/). Browse the source code on [Github](https://github.com/MyPureCloud/platform-client-sdk-javascript).
3+
A JavaScript library to interface with the Genesys Cloud Platform API. View the documentation at https://mypurecloud.github.io/platform-client-sdk-javascript/.
84

95
[![GitHub release](https://img.shields.io/github/release/mypurecloud/platform-client-sdk-javascript.svg)](https://github.com/MyPureCloud/platform-client-sdk-javascript)
106
[![npm](https://img.shields.io/npm/v/purecloud-platform-client-v2.svg)](https://www.npmjs.com/package/purecloud-platform-client-v2)
117
[![Release Notes Badge](https://developer-content.genesys.cloud/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-javascript/blob/master/releaseNotes.md)
128

13-
## Preview API's
9+
Documentation version purecloud-platform-client-v2@204.0.1
10+
11+
## Preview APIs
1412

15-
**Warning:** Preview API's are included in this SDK. These resources are subject to both breaking and non-breaking changes at any time without notice. This includes, but is not limited to, changing resource names, paths, contracts, documentation, and removing resources entirely. For a full list of the preview API's see [here](https://developer.genesys.cloud/platform/preview-apis)
13+
**Warning:** Preview APIs are included in this SDK. These resources are subject to both breaking and non-breaking changes at any time without notice. This includes, but is not limited to, changing resource names, paths, contracts, documentation, and removing resources entirely. For a full list of the preview APIs see [here](https://developer.genesys.cloud/platform/preview-apis)
1614

1715
## CommonJS
1816

@@ -31,7 +29,7 @@ For direct use in a browser script:
3129

3230
```html
3331
<!-- Include the CJS SDK -->
34-
<script src="https://sdk-cdn.mypurecloud.com/javascript/204.0.0/purecloud-platform-client-v2.min.js"></script>
32+
<script src="https://sdk-cdn.mypurecloud.com/javascript/204.0.1/purecloud-platform-client-v2.min.js"></script>
3533

3634
<script type="text/javascript">
3735
// Obtain a reference to the platformClient object
@@ -48,7 +46,7 @@ For direct use in a browser script:
4846

4947
<script type="text/javascript">
5048
// Obtain a reference to the platformClient object
51-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/204.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
49+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/204.0.1/purecloud-platform-client-v2.min.js'], (platformClient) => {
5250
console.log(platformClient);
5351
});
5452
</script>

build/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
---
2-
title: Platform API Client SDK - JavaScript
3-
---
1+
# Platform API Client SDK - JavaScript
42

5-
# Platform API Javascript Client
6-
7-
A JavaScript library to interface with the Genesys Cloud Platform API. View the documentation on the [Genesys Cloud Developer Center](https://developer.genesys.cloud/devapps/sdk/docexplorer/purecloudjavascript/). Browse the source code on [Github](https://github.com/MyPureCloud/platform-client-sdk-javascript).
3+
A JavaScript library to interface with the Genesys Cloud Platform API. View the documentation at https://mypurecloud.github.io/platform-client-sdk-javascript/.
84

95
[![GitHub release](https://img.shields.io/github/release/mypurecloud/platform-client-sdk-javascript.svg)](https://github.com/MyPureCloud/platform-client-sdk-javascript)
106
[![npm](https://img.shields.io/npm/v/purecloud-platform-client-v2.svg)](https://www.npmjs.com/package/purecloud-platform-client-v2)
117
[![Release Notes Badge](https://developer-content.genesys.cloud/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-javascript/blob/master/releaseNotes.md)
128

13-
## Preview API's
9+
Documentation version purecloud-platform-client-v2@204.0.1
10+
11+
## Preview APIs
1412

15-
**Warning:** Preview API's are included in this SDK. These resources are subject to both breaking and non-breaking changes at any time without notice. This includes, but is not limited to, changing resource names, paths, contracts, documentation, and removing resources entirely. For a full list of the preview API's see [here](https://developer.genesys.cloud/platform/preview-apis)
13+
**Warning:** Preview APIs are included in this SDK. These resources are subject to both breaking and non-breaking changes at any time without notice. This includes, but is not limited to, changing resource names, paths, contracts, documentation, and removing resources entirely. For a full list of the preview APIs see [here](https://developer.genesys.cloud/platform/preview-apis)
1614

1715
## CommonJS
1816

@@ -31,7 +29,7 @@ For direct use in a browser script:
3129

3230
```html
3331
<!-- Include the CJS SDK -->
34-
<script src="https://sdk-cdn.mypurecloud.com/javascript/204.0.0/purecloud-platform-client-v2.min.js"></script>
32+
<script src="https://sdk-cdn.mypurecloud.com/javascript/204.0.1/purecloud-platform-client-v2.min.js"></script>
3533

3634
<script type="text/javascript">
3735
// Obtain a reference to the platformClient object
@@ -48,7 +46,7 @@ For direct use in a browser script:
4846

4947
<script type="text/javascript">
5048
// Obtain a reference to the platformClient object
51-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/204.0.0/purecloud-platform-client-v2.min.js'], (platformClient) => {
49+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/204.0.1/purecloud-platform-client-v2.min.js'], (platformClient) => {
5250
console.log(platformClient);
5351
});
5452
</script>

0 commit comments

Comments
 (0)