LeetcodeApiClientUsers extension
Methods
-
getUserContestRankingHistory(
{required String username}) → Future< UserContestRankingDetails> -
Available on LeetcodeApiClient, provided by the LeetcodeApiClientUsers extension
-
getUserProfileCalendar(
{required String username}) → Future< UserCalendar> -
Available on LeetcodeApiClient, provided by the LeetcodeApiClientUsers extension
-
getUserPublicProfile(
{required String username}) → Future< UserPublicProfile> -
Available on LeetcodeApiClient, provided by the LeetcodeApiClientUsers extension
-
getUserRecentAcSubmissions(
{required String username, required int pageSize}) → Future< List< AcSubmission> > -
Available on LeetcodeApiClient, provided by the LeetcodeApiClientUsers extension
-
getUserSolveCountByDifficulty(
{required String username}) → Future< UserSolveCountByDifficultyDetails> -
Available on LeetcodeApiClient, provided by the LeetcodeApiClientUsers extension
-
getUserSolveCountByProblemTag(
{required String username}) → Future< TagProblemsCount> -
Available on LeetcodeApiClient, provided by the LeetcodeApiClientUsers extension