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
251 stars 97 forks source link

REQUEST FEATURE #18

Open Muhammad-Owais-Warsi opened 4 months ago

Muhammad-Owais-Warsi commented 4 months ago

Can we somehow get the code of the last accepted solution ?? . Is it possible

alfaarghya commented 4 months ago

Hii @Muhammad-Owais-Warsi 👋

In the current set of endpoints, it can't be done. But I will try to find out if it's possible or not please wait until then. Or if you can find it out you can make a PR.

Muhammad-Owais-Warsi commented 4 months ago

Are their any docs for the leetcode graphql api??

alfaarghya commented 4 months ago

Are their any docs for the leetcode graphql api??

No 😥, all of the queries found by contributors.

HarinKhakhi commented 2 months ago

/:username/acSubmission This should do the work right?

Muhammad-Owais-Warsi commented 2 months ago

@HarinKhakhi actually that endpoint provide you with the details of the problem , not it's code..