Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-deposit
99 commits behind the upstream repository.
  • Antoine Lambert's avatar
    e3a31ba7
    api/private/deposit_list: Add new endpoint to be used with datatables · e3a31ba7
    Antoine Lambert authored
    Add new private API endpoint /1/private/deposits/datatables/ to list and
    filter deposits whose responses are intended to be consumed by datatables
    javascript framework used in deposits admin Web UI.
    
    Originally that view was implemented in swh-web but for performance reasons
    it has been decided to move it in swh-deposit, swh-web will then simply
    forward the HTTP request to swh-deposit.
    
    Related to T3128
    e3a31ba7
    History
    api/private/deposit_list: Add new endpoint to be used with datatables
    Antoine Lambert authored
    Add new private API endpoint /1/private/deposits/datatables/ to list and
    filter deposits whose responses are intended to be consumed by datatables
    javascript framework used in deposits admin Web UI.
    
    Originally that view was implemented in swh-web but for performance reasons
    it has been decided to move it in swh-deposit, swh-web will then simply
    forward the HTTP request to swh-deposit.
    
    Related to T3128
urls.py 2.54 KiB