DataHandler

Data handlers are responsible for passing CRUD operation requests to the correct URLs and parse the result. There are currently 2 implementations available:

  1. DataProviderHandler - Uses article data objects

  2. DataProviderHandlerAPI - Uses global data resources (/api/data)

Last updated

Was this helpful?