dj-rest-auth icon indicating copy to clipboard operation
dj-rest-auth copied to clipboard

Encapsulate all views into a viewset

Open quank123wip opened this issue 4 years ago • 3 comments

It's better to let the user know, what API(s) we have in the API root page, so we should encapsulate all views into one viewset object.People just need to register it in the drf router.

quank123wip avatar Apr 09 '20 07:04 quank123wip

@iMerica do you mind if I re-open this issue? I think this is important functionality and I can't think of any immediate downsides to doing this. I may be able to push a PR to implement this

sumanthratna avatar Dec 30 '20 19:12 sumanthratna

👍

iMerica avatar Dec 30 '20 19:12 iMerica

Have put up a draft PR for this, more info inside https://github.com/iMerica/dj-rest-auth/pull/400

oscarhermoso avatar Apr 25 '22 04:04 oscarhermoso