File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,15 @@ All endpoints are relative to the base path `/api/v1`.
7979| GET | ` /biggestJumpInRating ` | Get the contest that resulted in the user's biggest rating increase. |
8080| DELETE | ` /evictUserData ` | (Requires API Key) Evicts a user's contest data from the cache and DB. |
8181
82+ ### 🌏 GlobalContests Endpoints
83+
84+ ** Base Path** : ` /api/v1/globalContestInfo `
85+
86+ | Method | Endpoint | Description |
87+ | --------| --------| -------------|
88+ | GET | ` /fetchContests ` | Get a paginated list of all global contests from the local database. Supports ` ?page= ` , ` &size= ` , and ` &sort= ` . |
89+ | GET | ` /globalRanking ` | Get a paginated list of global user rankings (PENDING) |
90+
8291### ❓ Questions Endpoints
8392
8493** Base Path** : ` /api/v1/questions `
You can’t perform that action at this time.
0 commit comments