{"id":20918132,"url":"https://github.com/noahbuscher/gumnode","last_synced_at":"2026-02-27T18:32:13.245Z","repository":{"id":45167299,"uuid":"386788690","full_name":"noahbuscher/gumnode","owner":"noahbuscher","description":"Node client for Gumroad API","archived":false,"fork":false,"pushed_at":"2022-01-12T07:16:24.000Z","size":10,"stargazers_count":10,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-14T11:44:39.053Z","etag":null,"topics":["api","client","gumroad","javascript","nodejs","wrapper"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/noahbuscher.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":null,"security":null,"support":null}},"created_at":"2021-07-16T23:31:42.000Z","updated_at":"2024-08-18T18:13:30.000Z","dependencies_parsed_at":"2022-09-05T18:12:07.255Z","dependency_job_id":null,"html_url":"https://github.com/noahbuscher/gumnode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahbuscher%2Fgumnode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahbuscher%2Fgumnode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahbuscher%2Fgumnode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahbuscher%2Fgumnode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noahbuscher","download_url":"https://codeload.github.com/noahbuscher/gumnode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224869692,"owners_count":17383422,"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":["api","client","gumroad","javascript","nodejs","wrapper"],"created_at":"2024-11-18T16:37:48.449Z","updated_at":"2026-02-27T18:32:08.194Z","avatar_url":"https://github.com/noahbuscher.png","language":"JavaScript","readme":"# Gumnode\n\nGumnode is a Node.js API wrapper for [Gumroad](https://gumroad.com).\n\nIt's promise-based, slim, and supports Gumroad's [latest API endpoints](https://app.gumroad.com/api).\n\n\u003e Submit an [Issue](https://github.com/noahbuscher/gumnode/issues) if you find an outdated endpoint or find a new one you want Gumnode to support.\n\n## Install\n\n```\nnpm install gumnode\n\nor\n\nyarn install gumnode\n```\n\n## Usage\n\n```javascript\nconst Gumnode = require(\"gumnode\");\n\nconst api = new Gumnode({\n  access_token: \"YOUR_ACCESS_TOKEN\",\n});\n\napi\n  .getProduct({ product_id: \"PRODUCT_ID\" })\n  .then((response) =\u003e console.log(\"Found product:\", response))\n  .catch((response) =\u003e console.log(\"Error:\", response.message));\n```\n\n## Todo\n\n- [ ] Add docs to functions\n- [ ] Add tests\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahbuscher%2Fgumnode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoahbuscher%2Fgumnode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahbuscher%2Fgumnode/lists"}