{"id":50639993,"url":"https://github.com/openpeeps/paddle-nim","last_synced_at":"2026-06-07T07:04:55.105Z","repository":{"id":355794870,"uuid":"1036056908","full_name":"openpeeps/paddle-nim","owner":"openpeeps","description":"[WIP] Paddle API Client for Nim lang","archived":false,"fork":false,"pushed_at":"2026-05-05T08:46:44.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-05T10:30:08.260Z","etag":null,"topics":["api","billing","client","nim","openpeeps-api","openpeeps-clients","paddle","paddle-client","paddle-payments","payment","payments"],"latest_commit_sha":null,"homepage":"https://openpeeps.github.io/paddle-nim/","language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openpeeps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-11T13:48:46.000Z","updated_at":"2026-05-05T08:47:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/openpeeps/paddle-nim","commit_stats":null,"previous_names":["openpeeps/paddle-nim"],"tags_count":null,"template":false,"template_full_name":"openpeeps/pistachio","purl":"pkg:github/openpeeps/paddle-nim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fpaddle-nim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fpaddle-nim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fpaddle-nim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fpaddle-nim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openpeeps","download_url":"https://codeload.github.com/openpeeps/paddle-nim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fpaddle-nim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34011837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","billing","client","nim","openpeeps-api","openpeeps-clients","paddle","paddle-client","paddle-payments","payment","payments"],"created_at":"2026-06-07T07:04:41.187Z","updated_at":"2026-06-07T07:04:55.094Z","avatar_url":"https://github.com/openpeeps.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  Paddle API Client for 👑 Nim language\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ccode\u003enimble install paddle\u003c/code\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://openpeeps.github.io/paddle-nim\"\u003eAPI reference\u003c/a\u003e\u003cbr\u003e\n  \u003cimg src=\"https://github.com/openpeeps/paddle-nim/workflows/test/badge.svg\" alt=\"Github Actions\"\u003e  \u003cimg src=\"https://github.com/openpeeps/paddle-nim/workflows/docs/badge.svg\" alt=\"Github Actions\"\u003e\n\u003c/p\u003e\n\n## 😍 Key Features\n- Asynchronous API calls using Nim's `async`/`await`\n- Direct-to-object mapping of Paddle API responses to Nim types\n- Idiomatic Nim API client for the [Paddle API](https://developer.paddle.com/)\n\n## Examples\n```nim\nimport paddle\n\nlet client = initPaddleClient(\"pdl_sdbx_apikey_\")\n\n# create your Paddle product\nlet product = await client.postProduct(\"My Product\", some(\"A great product\"))\n\n# add a price to your product\nlet price = await client.postPrice(\n      productId = product.id,\n      name = \"Standard Plan\",\n      description = \"The standard plan for my product\",\n      billingCycle = paddle.initBillingCycle(PaddleBillingInterval.month, 1),\n      unitPrice = initPrice(\"1000\", EUR)\n)\n```\n\n### TODO\n- [ ] Use `pkg/money` for price fields instead of strings\n- [ ] Add more API endpoints (subscriptions, coupons, etc.)\n- [ ] Use `pkg/openparser` dump hooks, skip fields, etc. to reduce use of `JsonNode` nodes (once implemented lol)\n- [ ] Add support for webhooks and events\n- [ ] Add more examples and documentation\n- [ ] Add unit tests\n\n### ❤ Contributions \u0026 Support\n- 🐛 Found a bug? [Create a new Issue](https://github.com/openpeeps/paddle-nim/issues)\n- 👋 Wanna help? [Fork it!](https://github.com/openpeeps/paddle-nim/fork)\n- 😎 [Get €20 in cloud credits from Hetzner](https://hetzner.cloud/?ref=Hm0mYGM9NxZ4)\n\n### 🎩 License\nMIT license. [Made by Humans from OpenPeeps](https://github.com/openpeeps).\u003cbr\u003e\nCopyright OpenPeeps \u0026 Contributors \u0026mdash; All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpeeps%2Fpaddle-nim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenpeeps%2Fpaddle-nim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpeeps%2Fpaddle-nim/lists"}