everyday-as / pivity-issues

The GmodStore issue tracker
https://gmodstore.com
8 stars 0 forks source link

API v3 Endpoint Users/operation/getUser does not include reputation nor team reputation #1254

Open Alydus opened 1 year ago

Alydus commented 1 year ago

Expected Behavior

v2 of the API returns reputation & team_reputation as keys which are great for integration, v3 does not

Actual Behavior

This isn't documented to exist nor is it returned in the output of the API when called

Reproduction Steps

1. Using your personal access token, send a GET request to this endpoint
2. Use the user id of '76561198075511009' (myself)
3. There is no reputation or team_reputation keys.

Browsers

N/A

Example URL

https://www.gmodstore.com/api/v3/users/{user}

GmodStore Version

v13.1.7

Event ID

N/A

Additional Information

Originally an issue present also in the v2 API but fixed by Marcus in #927