leetcode-stats-api icon indicating copy to clipboard operation
leetcode-stats-api copied to clipboard

Feat Request : Current and Max Streak

Open Tholkappiar opened this issue 10 months ago • 0 comments

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 }, }

Tholkappiar avatar Apr 05 '24 09:04 Tholkappiar