{"id":15491965,"url":"https://github.com/avaly/paddle-sdk","last_synced_at":"2025-05-16T08:05:21.230Z","repository":{"id":37692734,"uuid":"111315378","full_name":"avaly/paddle-sdk","owner":"avaly","description":"Paddle.com Node.js SDK","archived":false,"fork":false,"pushed_at":"2025-04-27T22:25:21.000Z","size":406,"stargazers_count":100,"open_issues_count":8,"forks_count":34,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-27T23:24:30.136Z","etag":null,"topics":["nodejs","paddle","payments","typescript"],"latest_commit_sha":null,"homepage":"https://avaly.github.io/paddle-sdk/","language":"TypeScript","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/avaly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-11-19T17:09:41.000Z","updated_at":"2024-11-01T10:55:25.000Z","dependencies_parsed_at":"2023-12-03T02:23:27.604Z","dependency_job_id":"11fac188-15cb-436a-815a-05eb83f21f02","html_url":"https://github.com/avaly/paddle-sdk","commit_stats":{"total_commits":107,"total_committers":18,"mean_commits":5.944444444444445,"dds":0.5607476635514019,"last_synced_commit":"cc22ae63c328f54dee55fa61bf2905693c0cfe1a"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avaly%2Fpaddle-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avaly%2Fpaddle-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avaly%2Fpaddle-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avaly%2Fpaddle-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avaly","download_url":"https://codeload.github.com/avaly/paddle-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493378,"owners_count":22080126,"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":["nodejs","paddle","payments","typescript"],"created_at":"2024-10-02T07:58:07.913Z","updated_at":"2025-05-16T08:05:16.221Z","avatar_url":"https://github.com/avaly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Paddle.com Node.js SDK\n\n[![Github Actions](https://github.com/avaly/paddle-sdk/actions/workflows/tests.yaml/badge.svg)](https://github.com/avaly/paddle-sdk/actions)\n[![NPM version](https://img.shields.io/npm/v/paddle-sdk.svg?style=flat-square)](https://www.npmjs.com/package/paddle-sdk)\n\nWelcome to the [Paddle.com](https://www.paddle.com/) Node.js SDK documentation.\n\n## Installation\n\nInstall the SDK module using `npm`:\n\n```\n$ npm install paddle-sdk\n```\n\nor using `yarn`:\n\n```\n$ yarn add paddle-sdk\n```\n\n## Usage\n\n```ts\nimport { PaddleSDK } from 'paddle-sdk';\n\nasync function run() {\n\tconst client = new PaddleSDK(\n\t\t'your-vendor-id-here',\n\t\t'your-unique-api-key-here'\n\t);\n\n\tconst products = await client.getProducts();\n\tconsole.log(products);\n\n\tconst plans = await client.getProductPlans(123);\n\tconsole.log(plans);\n}\n\nrun();\n```\n\nFor CommonJS:\n\n```js\nconst { PaddleSDK } = require('paddle-sdk');\n```\n\n## Documentation\n\nRead the [documentation](https://avaly.github.io/paddle-sdk/).\n\n## Change log\n\nThe change log can be found here: [CHANGELOG.md](CHANGELOG.md).\n\n## Authors and license\n\nAuthor: [Valentin Agachi](http://agachi.name/).\n\nMIT License, see the included [License.md](License.md) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favaly%2Fpaddle-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favaly%2Fpaddle-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favaly%2Fpaddle-sdk/lists"}