leetcode-stats-api
leetcode-stats-api copied to clipboard
Feat Request : Current and Max Streak
Feat Request Detail :
The response should also contain the current and max Streak for the username !
Simple Example Structure of the response which contins the streak info's :
{ "streak": { "maxStreak": 127, "currentStreak": 12 }, }