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

today daily problem i solved or not ? #13

Closed sourabCV closed 1 month ago

sourabCV commented 1 month ago

Is there any API that gonna help me to fetch daily problem-related queries like whether is it completed for today or not? or I forgot to attend.

alfaarghya commented 1 month ago

this API only gives you daily problems, it doesn't check whether you solved it or not.

but this system can be built by using 2 API endpoints /daily & /:username/acSubmission

sourabCV commented 1 month ago

Thank you