Return TotalCount in ListRepos in AppsService #1791
Labels
Breaking API Change
PR will require a bump to the major version num in next release. Look here to see the change(s).
enhancement
good first issue
ListRepos
currently only returns the list of repositories from github's response but not the total_count (Link). This total_count is different from just the length of the list of repositories returned if the number of repositories in the installation is greater than the per_page pagination limit set in the request. Is it possible to add it for ListRepos to return?The text was updated successfully, but these errors were encountered: