You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`submission` method**: Now uses GraphQL query to fetch submission details, resulting in significant changes to return structure:
7
+
- Removed `problem_id` field, replaced by `question.questionId`
8
+
- Removed manually calculated percentiles (`runtime_percentile` and `memory_percentile`), replaced by API-provided `runtimePercentile` and `memoryPercentile` values
9
+
- Removed `details` field with submission data
10
+
- Return structure now directly matches GraphQL response format instead of the previous custom format
11
+
12
+
## New Features
13
+
- Added `submission_detail` GraphQL API query support, fixing API errors for leetcode.com
14
+
- Added `user_progress_questions` method to retrieve user progress with filters for leetcode.com
0 commit comments