AppApiFile adds the /file endpoint to the AppApi routes definition. Makes it possible to query files via the api.
This module relies on the base module AppApi, which must be installed before AppApiFile can do its work.
Features
You can access all files that are uploaded at any ProcessWi...