From 65334856216a8dde5c42668b3a1d64e593206ede Mon Sep 17 00:00:00 2001 From: Zachry Baker Date: Tue, 22 Sep 2020 16:15:49 -0500 Subject: [PATCH] Add documentation of Data Provider --- docs/DataProviders.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DataProviders.md b/docs/DataProviders.md index 060e93af4fb..56abbbb3ebe 100644 --- a/docs/DataProviders.md +++ b/docs/DataProviders.md @@ -66,6 +66,7 @@ The react-admin project includes 4 Data Providers: Developers from the react-admin community have open-sourced Data Providers for many more backends: * **[AWS Amplify](https://docs.amplify.aws)**: [MrHertal/react-admin-amplify](https://github.com/MrHertal/react-admin-amplify) +* **[Configurable Identity Property REST Client](https://github.com/zachrybaker/ra-data-rest-client)**: [zachrybaker/ra-data-rest-client](https://github.com/zachrybaker/ra-data-rest-client) * **[Django Rest Framework](https://www.django-rest-framework.org/)**: [synaptic-cl/ra-data-drf](https://github.com/synaptic-cl/ra-data-drf) * **[Express & Sequelize](https://github.com/lalalilo/express-sequelize-crud)**: [express-sequelize-crud](https://github.com/lalalilo/express-sequelize-crud) * **[Feathersjs](https://www.feathersjs.com/)**: [josx/ra-data-feathers](https://github.com/josx/ra-data-feathers)