Skip to content

v1.0.9 — quota: API call quota usage

Choose a tag to compare

@yasserstudio yasserstudio released this 12 Jun 18:13
· 34 commits to main since this release
ffc51e3

What's Changed

A small, read-only ops command over quota/v1 accounts.quotas.

  • gmc quota list — show your daily Merchant API call quota and usage per method group, plus the per-minute limit, so you can see your rate-limit headroom in CI/ops. The daily counters reset at 12:00 UTC; --json emits the raw QuotaGroups (including methodDetails).

New read-only QuotaService (listQuotas) + QuotaGroup / MethodDetail types (int64 counts typed as strings). The quota sub-API bucket + scope were already wired, so this is the service + command only. Ran the multi-agent review (security · code-quality · correctness — 0 actionable findings).

Packages

@gmc-cli/cli 1.0.8 → 1.0.9 · @gmc-cli/api → 0.9.15 (internal)

Install

npm i -g @gmc-cli/cli · brew install yasserstudio/tap/gmc · or the standalone binaries below.

Tests: api 125 · cli 252 (+5). Full changelog: v1.0.8...v1.0.9