{"id":19472009,"url":"https://github.com/coreh/zoop","last_synced_at":"2025-11-03T17:40:19.505Z","repository":{"id":57103971,"uuid":"136276316","full_name":"coreh/zoop","owner":"coreh","description":"💳 Unofficial JavaScript client for Zoop API / Cliente JavaScript Não-oficial para API Zoop","archived":false,"fork":false,"pushed_at":"2018-07-12T23:20:34.000Z","size":208,"stargazers_count":11,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T22:35:22.677Z","etag":null,"topics":["api","api-client","javascript","node","nodejs","payment","payment-gateway","payment-processing","typescript","zoop"],"latest_commit_sha":null,"homepage":"","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/coreh.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":"2018-06-06T05:28:17.000Z","updated_at":"2021-09-17T21:01:33.000Z","dependencies_parsed_at":"2022-08-20T20:40:31.812Z","dependency_job_id":null,"html_url":"https://github.com/coreh/zoop","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreh%2Fzoop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreh%2Fzoop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreh%2Fzoop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreh%2Fzoop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coreh","download_url":"https://codeload.github.com/coreh/zoop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250506146,"owners_count":21441724,"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","api-client","javascript","node","nodejs","payment","payment-gateway","payment-processing","typescript","zoop"],"created_at":"2024-11-10T19:11:44.122Z","updated_at":"2025-11-03T17:40:19.443Z","avatar_url":"https://github.com/coreh.png","language":"TypeScript","readme":"# zoop - Unofficial Client for Zoop API\n\n\u003cp align=\"center\"\u003e\n🇧🇷 \u003ca href=\"LEIAME.md\"\u003eLEIAME em Português\u003c/a\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003ca href=\"https://www.npmjs.com/package/@coreh/zoop\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@coreh/zoop.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/@coreh/zoop.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://travis-ci.org/coreh/zoop/\"\u003e\u003cimg src=\"https://img.shields.io/travis/coreh/zoop.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://coveralls.io/github/coreh/zoop\"\u003e\u003cimg src=\"https://img.shields.io/coveralls/github/coreh/zoop.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://david-dm.org/coreh/zoop\"\u003e\u003cimg src=\"https://img.shields.io/david/coreh/zoop.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n## About\n\n- **Isomorphic**: Compatible with Browser, Node.JS and React Native environments\n- **Written in TypeScript**: So you get type checking and autocomplete for all API Endpoints and parameters\n- **Promises / Async Iterables based**: So you can use `async` and `await` (ES2016) and `for await` (ES2018) syntax.\n\n## Installing\n\n```bash\nnpm install @coreh/zoop\n```\n\n## Usage\n\n```javascript\nimport Zoop from '@coreh/zoop';\n\n// Create API Client\nconst zoop = new Zoop(API_KEY);\n\n// Marketplace Endpoint\nconst marketplace = zoop.marketplace(MARKETPLACE_ID);\n\n// Buyer Endpoint\nconst buyer = marketplace.buyer(BUYER_ID);\n\n// Retrieve Buyer Info (async)\nconst buyerInfo = await buyer.get();\n\n// List Buyers (async iterator)\nfor await (const buyerInfo of marketplace.listBuyers()) {\n    // ...\n}\n```\n\n## Implemented Endpoints\n\n- `Marketplace`\n    - Retrieve\n- `Buyer`\n    - Create\n    - Retrieve\n    - List\n- `Transaction`\n    - Create\n    - Retrieve\n    - List\n- `Seller`\n    - Create\n    - Retrieve\n    - List\n- `Token`\n    - Create Card Token\n    - Create Bank Account Token\n    - Retrieve\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreh%2Fzoop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoreh%2Fzoop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreh%2Fzoop/lists"}