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
|_Profile_|`/:username`| Get details about a user's profile. | <ahref="./public/demo/demo2.png"target="_blank">click here</a> |
56
+
|_Full Profile_|`/:username/profile`| Get full profile details in one call | TODO |
53
57
|_Badges_|`/:username/badges`| Get the badges earned by the user. | <ahref="./public/demo/demo3.png"target="_blank">click here</a> |
54
58
|_Solved_|`/:username/solved`| Get the total number of questions solved by the user. | <ahref="./public/demo/demo4.png"target="_blank">click here</a> |
55
59
|_Contest_|`/:username/contest`| Get details about the user's contest participation. | <ahref="./public/demo/demo5.png"target="_blank">click here</a> |
56
-
|_Contest History_|`/:username/contest/history`| Get contest history.| <ahref="./public/demo/demo6.png"target="_blank">click here</a> |
60
+
|_Contest History_|`/:username/contest/history`| Get all contest history. | <ahref="./public/demo/demo6.png"target="_blank">click here</a> |
57
61
|_Submission_|`/:username/submission`| Get the last 20 submissions of the user. | <ahref="./public/demo/demo7.png"target="_blank">click here</a> |
58
62
|_Limited Submission_|`/:username/submission?limit=number`| Get a specified **_number_** of the user's last submissions. | <ahref="./public/demo/demo8.png"target="_blank">click here</a> |
59
63
|_Accepted Submission_|`/:username/acSubmission`| Get the last 20 accepted submission of the user. | <ahref="./public/demo/demo16.png"target="_blank">click here</a> |
60
64
|_Limited Accepted Submission_|`/:username/acSubmission?limit=7`| Get a specified **_number_** of the user's last accepted submission. | <ahref="./public/demo/demo17.png"target="_blank">click here</a> |
61
65
|_Calendar_|`/:username/calendar`| Get the user's submission calendar. | <ahref="./public/demo/demo9.png"target="_blank">click here</a> |
|_Daily Problem_|`/daily`| Get the daily question. | <ahref="./public/demo/demo10.png"target="_blank">click here</a> |
76
+
|_Daily Problem Raw_|`/daily/raw`| Get the daily question in raw. | TODO |
84
77
|_Selected Problem_|`/select?titleSlug=selected-question`| Get details about a **_selected-question_**. | <ahref="./public/demo/demo11.png"target="_blank">click here</a> |
78
+
|_Raw Selected Problem_|`/select/raw?titleSlug=selected-question`| Get raw selected question | TODO |
85
79
|_Problems_|`/problems`| Get a list of 20 problems. | <ahref="./public/demo/demo12.png"target="_blank">click here</a> |
86
80
|_Limited Problems_|`/problems?limit=number`| Get a list of a specified **_number_** of problems. | <ahref="./public/demo/demo13.png"target="_blank">click here</a> |
87
81
|_Filter Problems_|`/problems?tags=tag1+tag2`| Get a list of problems based on selected **_tags_**. | <ahref="./public/demo/demo14.png"target="_blank">click here</a> |
@@ -90,6 +84,15 @@ During development, it's recommended to utilize the API locally. To do so, follo
90
84
|_Filter & Limited Problems_|`/problems?tags=tag1+tag2+tag3&limit=number`| Get a list of a specified **_number_** of problems based on selected **_tags_**. | <ahref="./public/demo/demo15.png"target="_blank">click here</a> |
91
85
|_Skip & Limited Problems_|`/problems?limit=number&skip=number`| Get a list of a specified **_number_** of problems skipping a specified **number** of problems. | <ahref="./public/demo/demo20.png"target="_blank">click here</a> |
92
86
|_Skip & Filter & Limited Problems_|`/problems?tags=tag1+tag2+tag3&limit=number&skip=number`| Get a list of a specified **_number_** of problems based on selected **_tags_** skipping a specified **number** of problems. | <ahref="./public/demo/demo21.png"target="_blank">click here</a> |
87
+
|_Official Solution_|`/officialSolution?titleSlug=selected-question`| Get Get the official solution(leetcode) for a question | TODO |
0 commit comments