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

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...

Results 11 alfa-leetcode-api issues
Sort by recently updated
recently updated
newest added

* Enables the `watch` flag when using `npm run start`, so that changes restart the server * Enables CORS so that different domains can use the API

in https://alfa-leetcode-api.onrender.com/username/submission endpoint u r having only the question details , no of submissions and other things , but u r not fetching the last submitted code we can do...

![Screenshot 2024-07-31 145653](https://github.com/user-attachments/assets/63d05ae6-1f70-4d9b-a421-8865e76856d6) ![Screenshot 2024-07-31 145708](https://github.com/user-attachments/assets/c10b0d69-17fd-461e-b030-f7583d7d0a6d) This is due to the nature of the LeetCode's GraphQL API. It allows the skip to be only the multiple of the limit. Because...

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

help wanted

Endpoint -> /:username/badges `{ "badgesCount": 1, "badges": [ { "id": "4112631", "displayName": "Guardian", "icon": "/static/images/badges/guardian.png", "creationDate": "2024-06-19" } ],` but when click on icon it shows Cannot GET /static/images/badges/guardian.png

> '/contest/:contestSlug': 'get contest details', '/contestRanking/:contestSlug': 'get contest ranking', Seems like above two endpoints didn't work. Right?

add discuss, views, and solution

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

This is my first contribution to open source, so apologies if this is not the proper way to do it or if i did something incorrectly please correct me if...