Open
Description
Administrators of a Delphi instance might want to automate certain management tasks or use information provided by the management interface in their own programs.
By implementing a REST based API this would be possible with minimal overhead for the developers. As almost all programming languages provide some sort of support for REST, a lot of administrators could make use of this feature.
The current authentication framework silhouette supports the implementation of such an interface (an example application can be found here: https://github.com/datalek/silhouette-rest-seed ).