sul-dlss-deprecated / dataloading-management

The vendor management application to support our FOLIO ILS data loading framework.
https://sul-dlss.github.io/dataloading-management/
Apache License 2.0
0 stars 0 forks source link

Add API controller base and route scope for APIs #61

Closed mjgiarlo closed 1 year ago

mjgiarlo commented 1 year ago

Why was this change made? 🤔

Fixes #38

This commit adds a API controller class which is to be inherited by controllers providing APIs. The responsibilities of the base class are to handle token-based authentication (which is now documented in the application API spec) and to default to JSON responses.

How was this change tested? 🤨

CI