LanceMcCarthy / MvpApi

An application for Microsoft MVPs to easily browse and upload contributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API TotalContributions is Not Served

LanceMcCarthy opened this issue · comments

The API now only serves contributions from 2016 and later. This causes a bad issue with paging when an MVP has congtributions older than 2016.

The TotalContributions number that is returned by the API will never match the number of Contributions it will return.

This is resolved in 1.8.2 with a workaround by immediately fetching the total number. This will ensure the MVP sees everything possible, even if it means a second or two longer load times.