Files
recflare/apps/commerce
2026-07-15 14:40:02 -04:00
..
2026-06-14 18:59:35 -04:00
2026-06-29 23:44:57 -04:00
2026-06-14 18:59:35 -04:00
2026-06-14 18:59:35 -04:00
2026-06-30 23:57:29 -04:00
2026-07-13 18:24:00 -04:00

commerce

A Cloudflare Workers application using Hono

Endpoints

  • GET /purchase/v1/hasspentmoney — whether the player has ever spent money; false.
  • GET /api/catalog/v1/all — the purchasable SKU catalog (token packs, special offers), served from the bundled static/catalog-v1-all.json. The client's ?onlyAvailableSkus=true is accepted and ignored: the bundled catalog already contains only available SKUs.
  • GET /purchasecampaign/allcurrent/v2 — current purchase campaigns (limited-time offers/promos); [] (none active).

Development

Run in dev mode

pnpm dev

Run tests

pnpm test

Deploy

pnpm turbo deploy