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
300 stars 110 forks source link

Contribute on ?skip endpoint #44

Open Xtha-Sunil opened 3 weeks ago

Xtha-Sunil commented 3 weeks ago

This endpoint is on TODO from long time, if you are not working on this I can try contribute for this endpoint.

Xtha-Sunil commented 2 weeks ago

I go through old works on skip paramter, and seems like temp fix is permanent fix. As only way to make it work for non-multiple of 10 is by listing all problem and then filtering on own.

alfaarghya commented 1 week ago

yup

Rudrajiii commented 1 week ago

@alfaarghya hey bro , is this api not able to give the toal easy , med , hard questions available on leetcode ? i am talking about individual num of problems available in each category

alfaarghya commented 1 week ago

@alfaarghya hey bro , is this api not able to give the toal easy , med , hard questions available on leetcode ? i am talking about individual num of problems available in each category

sorry bro it's available now! I forgot to update it on readme. you just have to use it - /problems?difficulty=EASY, in place of EASY you can write MEDIUM and HARD

Rudrajiii commented 1 week ago

@alfaarghya thanks for clarification