RockefellerArchiveCenter/fornax

Replace APIView with BaseServiceView

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.

Asterism 0.2 contains a BaseServiceView which handles POST requests. This is designed to replace existing code in many of the applications.

Describe the solution you'd like

Import Asterism and use BaseServiceView where possible, moving custom logic to get_service_response() method.