flow-pie/chamaa.api

Fetch Member Contributions

Open

#19 创建于 2025年11月1日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)HTML (4 fork)auto 404
good first issuepayment

仓库指标

Star
 (3 star)
PR 合并指标
 (PR 指标待抓取)

描述

Implement GET /api/v1/contributions/:memberId to view a member’s full contribution history. Response Example:

{ "member_id": "uuid", "total_contributed": 32000, "contributions": [ { "amount": 5000, "date": "2025-10-20", "ref": "CHM-2025-0001" }, { "amount": 10000, "date": "2025-10-28", "ref": "CHM-2025-0002" } ] }

Paginate results (10 per page)

Return 404 if no contributions found

贡献者指南