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.
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