使用 GetSatisfaction API,我如何获取社区成员的数量?我想使用这个数字来使用 Shields.io 来构建 GitHub 盾牌。
API:https ://education.getsatisfaction.com/reference-guide/api/api-resources/
有许多端点,看起来下面的 People 端点应该做我想做的事:
GET /companies/{community_id}/people.json
但是当我打电话给这个时,我没有得到正确的数字。
例如,RingCentral 社区的主页说有 10,035 名成员,但下面的 API 只返回 933 人,如社区页面102909
的community_id
查看源代码所示。
- API 网址:http ://api.getsatisfaction.com/companies/102909/people.json
- 网页网址:https ://devcommunity.ringcentral.com
来源摘录:
GSFN.Authenticatable.companyId = 102909;