Code-dig-ger / Backend

This is the Backend open-source API developed to provide data to our Frontend React Website. Codedigger aims at accumulating the data of competitive programming platforms into one platform.
https://api.codedigger.tech
Apache License 2.0
13 stars 16 forks source link

feat: a route to get all lists of a user #38

Closed ShivamSinghal1 closed 2 years ago

ShivamSinghal1 commented 3 years ago

Route - /lists/user/:username

With the help of this route, GET all the public lists of a user whose username = provided username

If provided username = authenticated user: i.e. a user is accessing his own lists - all public/ private lists of that user will be sent in the response.

Use Reference : ​ /lists​/userlist​/

codedigger.lists.views.UserlistGetView

aaradhyaberi07 commented 3 years ago

/cib

github-actions[bot] commented 3 years ago

Branch feature/aaradhyaberi07/issue-38/feat-a-route-to-get-all-lists-of-a-user created!

jyothiprakashpanaik commented 3 years ago

/cib

github-actions[bot] commented 3 years ago

Branch feature/jyothiprakashpanaik/issue-38/feat-a-route-to-get-all-lists-of-a-user created!