alfaarghya / alfa-leetcode-api

It's a custom leetcode api. This API provides endpoints to retrieve details about a user's profile, badges, solved questions, contest details, contest history, submissions, calendar and and also daily questions, selected problem, list of problems.
https://alfa-leetcode-api.onrender.com/
MIT License
142 stars 58 forks source link

Get all submission #20

Open mahdiehmortazavi opened 4 weeks ago

mahdiehmortazavi commented 4 weeks ago

Hi, tnx for your great code! I need fetch all submission of each user but it getrecentsubmission just return 20 last submissions.

alfaarghya commented 3 weeks ago

@mahdiehmortazavi thanks for your feedback 😃

By default LeetCode gives us the last 20 submissions we cannot extend that number.