Skip to content

Commit

Permalink
screenshot added
Browse files Browse the repository at this point in the history
  • Loading branch information
akarsh1995 committed Jul 9, 2023
1 parent bda69c2 commit dc08e4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ curl --location 'https://leetcode.com/graphql/' \
--data '{"query":"query problemsetQuestionList($categorySlug: String, $limit: Int, $skip: Int, $filters: QuestionListFilterInput) {\n problemsetQuestionList: questionList(\n categorySlug: $categorySlug\n limit: $limit\n skip: $skip\n filters: $filters\n ) {\n total: totalNum\n questions: data {\n acRate\n difficulty\n freqBar\n frontendQuestionId: questionFrontendId\n isFavor\n paidOnly: isPaidOnly\n status\n title\n titleSlug\n topicTags {\n name\n id\n slug\n }\n hasSolution\n hasVideoSolution\n }\n }\n}","variables":{"categorySlug":"","skip":0,"limit":50,"filters":{}}}'
```

> **Note:**: For authenticated requests make sure you add `LEETCODE_SESSION` and `csrftoken` cookies with the request.
> **Note:** For authenticated requests make sure you add `LEETCODE_SESSION` and `csrftoken` cookies with the request.
### Repo contains two types of files

Expand Down Expand Up @@ -53,5 +53,4 @@ query problemsetQuestionList($categorySlug: String, $limit: Int, $skip: Int, $fi
{"categorySlug": "", "skip": 0, "limit": 50, "filters": {}}
```



![Postman Leetcode Collection Screenshot](./screenshots/postman_screenshot.png)

0 comments on commit dc08e4a

Please sign in to comment.