swh.deposit.api.private.deposit_list module#
- class swh.deposit.api.private.deposit_list.APIList[source]#
Bases:
ListAPIView
,APIPrivateView
Deposit request class to list the deposit’s status per page.
HTTP verbs supported: GET
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- serializer_class#
alias of
DepositSerializer
- pagination_class#
alias of
DefaultPagination