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

/problems endpoint skip does not work independently

Open theinit01 opened this issue 6 months ago • 2 comments

Screenshot 2024-07-31 145653 Screenshot 2024-07-31 145708

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 of the api shows it on the main page and a pagination issue will occur on the main page Screenshot 2024-07-31 153754

theinit01 avatar Jul 31 '24 10:07 theinit01