Zoop
💳 Unofficial JavaScript client for Zoop API / Cliente JavaScript Não-oficial para API Zoop
Install / Use
/learn @coreh/ZoopREADME
zoop - Unofficial Client for Zoop API
<p align="center"> 🇧🇷 <a href="LEIAME.md">LEIAME em Português</a> <br><br> <a href="https://www.npmjs.com/package/@coreh/zoop"><img src="https://img.shields.io/npm/v/@coreh/zoop.svg"></a> <a href="LICENSE"><img src="https://img.shields.io/npm/l/@coreh/zoop.svg"></a> <a href="https://travis-ci.org/coreh/zoop/"><img src="https://img.shields.io/travis/coreh/zoop.svg"></a> <a href="https://coveralls.io/github/coreh/zoop"><img src="https://img.shields.io/coveralls/github/coreh/zoop.svg"></a> <a href="https://david-dm.org/coreh/zoop"><img src="https://img.shields.io/david/coreh/zoop.svg"></a> </p>About
- Isomorphic: Compatible with Browser, Node.JS and React Native environments
- Written in TypeScript: So you get type checking and autocomplete for all API Endpoints and parameters
- Promises / Async Iterables based: So you can use
asyncandawait(ES2016) andfor await(ES2018) syntax.
Installing
npm install @coreh/zoop
Usage
import Zoop from '@coreh/zoop';
// Create API Client
const zoop = new Zoop(API_KEY);
// Marketplace Endpoint
const marketplace = zoop.marketplace(MARKETPLACE_ID);
// Buyer Endpoint
const buyer = marketplace.buyer(BUYER_ID);
// Retrieve Buyer Info (async)
const buyerInfo = await buyer.get();
// List Buyers (async iterator)
for await (const buyerInfo of marketplace.listBuyers()) {
// ...
}
Implemented Endpoints
Marketplace- Retrieve
Buyer- Create
- Retrieve
- List
Transaction- Create
- Retrieve
- List
Seller- Create
- Retrieve
- List
Token- Create Card Token
- Create Bank Account Token
- Retrieve
License
MIT
Related Skills
gh-issues
343.3kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
343.3kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
tmux
343.3kRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
