Query all the Leetcode questions the users have done #11
|
Hi. Thank you for making this useful API. I wonder if it is possible to query all the Leetcode problems a user has solved, not submissions. It seems like there is no direct way to do it. The closest thing seems to query |
Answered by
alfaarghya
May 2, 2024
Replies: 2 comments
|
Thank you 😊 @bytrangle .
|
0 replies
Answer selected by
alfaarghya
|
Workaround suggestion: We can use the last 20 submissions API to track activity for a specific user. However, since the API only returns recent submissions, we would need to run it as a scheduled cron job and continuously store the results in our database to maintain historical user data. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you 😊 @bytrangle .