Skip to content

Commit 926dede

Browse files
committed
README updated
1 parent cd1e158 commit 926dede

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@ During development, it's recommended to utilize the API locally. To do so, follo
8686
| _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. | <a href="./public/demo/demo21.png" target="_blank">click here</a> |
8787
| _Official Solution_ | `/officialSolution?titleSlug=selected-question` | Get Get the official solution(leetcode) for a question | TODO |
8888

89+
### Contests
90+
91+
| Details | Endpoint | Description | Demo |
92+
| :--------------------------------- | :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
93+
| _All Contests_ | `/contests` | Get all the contests | TODO |
94+
| _Upcoming Contests_ | `/contests/upcoming` | Get the upcoming contests. | TODO |
95+
96+
97+
8998
### Discussion
9099

91100
| Details | Endpoint | Description |
@@ -107,6 +116,7 @@ During development, it's recommended to utilize the API locally. To do so, follo
107116
| [@kvqn](https://www.github.com/kvqn) | PORT environment variable |
108117
| [@changchunlei](https://github.com/changchunlei) | New Endpoints - language stats, integrated user profile, contest and discussions |
109118
| [@merakesh99](https://github.com/merakesh99) | Hot reload issue solved |
119+
| [@Ayushman2004](https://github.com/Ayushman2004) | Added Endpoints: all-contests, upcoming-contests |
110120
| [@ajchili](https://github.com/ajchili) | Skip param to fetch problems |
111121
| [@theinit01](https://github.com/theinit01) | Temp fix for skip |
112122
| [@123xylem](https://github.com/123xylem) | Add Descriptions and Methods to API route documentation. |

0 commit comments

Comments
 (0)