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.
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
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