{"id":21638044,"url":"https://github.com/purecloudlabs/platform-client-sdk-common","last_synced_at":"2025-03-19T15:37:35.876Z","repository":{"id":37086080,"uuid":"86603958","full_name":"purecloudlabs/platform-client-sdk-common","owner":"purecloudlabs","description":"Platform client SDK common","archived":false,"fork":false,"pushed_at":"2025-03-03T14:02:30.000Z","size":34045,"stargazers_count":5,"open_issues_count":24,"forks_count":40,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-03T15:22:18.733Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Mustache","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/purecloudlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-29T16:16:50.000Z","updated_at":"2025-03-03T14:02:35.000Z","dependencies_parsed_at":"2024-06-12T13:08:40.355Z","dependency_job_id":"46d0d650-180e-4072-a35e-212e1da2dbac","html_url":"https://github.com/purecloudlabs/platform-client-sdk-common","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purecloudlabs%2Fplatform-client-sdk-common","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purecloudlabs%2Fplatform-client-sdk-common/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purecloudlabs%2Fplatform-client-sdk-common/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purecloudlabs%2Fplatform-client-sdk-common/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purecloudlabs","download_url":"https://codeload.github.com/purecloudlabs/platform-client-sdk-common/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244327848,"owners_count":20435502,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T04:08:01.645Z","updated_at":"2025-03-19T15:37:35.857Z","avatar_url":"https://github.com/purecloudlabs.png","language":"Mustache","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PureCloud Platform Client SDKs\n\nThis repository contains scripts, templates, and configuration files that are used in the process of auto generating PureCloud Platform API client libraries based on the API's [swagger definition](https://api.mypurecloud.com/api/v2/docs/swagger).\n\n## SDK Repos\n\n* [Java](https://github.com/MyPureCloud/platform-client-sdk-java)\n* [Javascript](https://github.com/MyPureCloud/platform-client-sdk-javascript)\n* [.NET](https://github.com/MyPureCloud/platform-client-sdk-dotnet)\n* [Python](https://github.com/MyPureCloud/platform-client-sdk-python)\n* [Go](https://github.com/MyPureCloud/platform-client-sdk-go)\n* [Ruby](https://github.com/MyPureCloud/platform-client-sdk-ruby)\n* [WebMessaging (Java)](https://github.com/MyPureCloud/web-messaging-sdk-java)\n\n**Note:  As of 9.17.2020 - Genesys Cloud has deprecated Ruby SDK support.  The Genesys Cloud team will keep a branch ([FROZEN-LAST-VERSION-RUBY-SDK-GENERATION](https://github.com/purecloudlabs/platform-client-sdk-common/tree/FROZEN-LAST-VERSION-RUBY-SDK-GENERATION)) for the Ruby SDK generation process, but the Ruby SDK code generation will be removed from the main branch in this repository.**\n\n# Generating the SDK locally\n\nFor additional information and documentation, see [Building Locally](https://github.com/purecloudlabs/platform-client-sdk-common/wiki/Building-Locally) in the [wiki](https://github.com/MyPureCloud/platform-client-sdk-common/wiki).\n\n## Dependencies\n\n* [Node.js](https://nodejs.org/en/) with NPM\n* [Java 8](http://www.oracle.com/technetwork/java/javase/overview/java8-2100321.html)\n\n## Config files\n\nEach SDK configuration has a config file located at `./resources/sdk/\u003clanguage\u003e/config.json`. This contains all of the general configuration required to build the SDK.\n\nA local config file is typically desired to store sensitive information (like a PureCloud client ID and secret) or to override settings in the standard config file.\n\nFor full documentation, see [Config Files](https://github.com/MyPureCloud/platform-client-sdk-common/wiki/Config-Files) on the wiki.\n\n## Generate\n\nFirst, from this repo's directory, install dependencies:\n\n```\nnpm install\n```\n\nThen start the build process by specifying which SDK to build. This command will look in `./resources/sdk/\u003clanguage\u003e` to find the primary config file (`config.json` or `config.yaml`) and a local config file (`localConfig.json` or `localConfig.yaml`). If a JSON and YAML config file exist, the JSON file will be preferred.\n\n```\nnpx tsx sdkBuilder.ts --sdk purecloudjava\n```\n\nThe above command is equivalent to providing these paths to config files (assuming JSON files exist):\n\n```\nnpx tsx sdkBuilder.ts --config ./resources/sdk/purecloudjava/config.json --localconfig ./resources/sdk/purecloudjava/localConfig.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurecloudlabs%2Fplatform-client-sdk-common","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurecloudlabs%2Fplatform-client-sdk-common","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurecloudlabs%2Fplatform-client-sdk-common/lists"}