mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
21a1065329
SilverStripeBackend now has a createEndpointFetcher method, described in its docblock in more detail. It’s based the asset-admin code for apiCallerFromEndpoint(). It’s refactored and generalised into framework in order to provide a general-purpose API for tying Javascript components to backend APIs. @todo: tests