refactor: use new Resource abstracts for User type
Regaez opened this issue · 0 comments
Regaez commented
Change UserResource
and UserCollectionResource
to extend the new Resource
and CollectionResource
abstract classes, respectively.
This should result in less code duplication since all the resources currently share functions that behave similarly.