8000 Feature new contributor @P-M-Manmohan 🎉 · alfaarghya/alfa-leetcode-api@d362520 · GitHub
[go: up one dir, main page]

Skip to content

Commit d362520

Browse files
committed
Feature new contributor @P-M-Manmohan 🎉
1 parent b556bb1 commit d362520

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ During development, it's recommended to utilize the API locally. To do so, follo
8585
| _Limited Problems_ | `/problems?limit=number` | Get a list of a specified **_number_** of problems. | <a href="./public/demo/demo13.png" target="_blank">click here</a> |
8686
| _Filter Problems_ | `/problems?tags=tag1+tag2` | Get a list of problems based on selected **_tags_**. | <a href="./public/demo/demo14.png" target="_blank">click here</a> |
8787
| _Skip Problems_ | `/problems?skip=number` | Get a list of 20 problems, skipping a specified **_number_** of problems. | TODO |
88+
| _Difficulty_ | `/problems?difficulty=EASY` | Get a list of difficulty based problems, use **_MEDIUM_** to get medium level, **_HARD_** to get Hard level . | TODO |
8889
| _Filter & Limited Problems_ | `/problems?tags=tag1+tag2+tag3&limit=number` | Get a list of a specified **_number_** of problems based on selected **_tags_**. | <a href="./public/demo/demo15.png" target="_blank">click here</a> |
8990
| _Skip & Limited Problems_ | `/problems?limit=number&skip=number` | Get a list of a specified **_number_** of problems skipping a specified **number** of problems. | TODO |
9091
| _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. | TODO |
@@ -105,6 +106,7 @@ During development, it's recommended to utilize the API locally. To do so, follo
105106
| [@ajchili](https://github.com/ajchili) | Skip param to fetch problems |
106107
| [@theinit01](https://github.com/theinit01) | Temp fix for skip |
107108
| [@123xylem](https://github.com/123xylem) | Add Descriptions and Methods to API route documentation. |
109+
| [@P-M-Manmohan](https://github.com/P-M-Manmohan) | Added filtering based on difficulty |
108110

109111
## Connect with me 📲
110112

0 commit comments

Comments
 (0)
0