From 52fa25840325ce16c8642571de4ad7b8aa0ee7df Mon Sep 17 00:00:00 2001 From: Rafa Garrido <49374670+garridorafa@users.noreply.github.com> Date: Sun, 12 Mar 2023 23:00:33 -0400 Subject: [PATCH] add strapi v4 provider --- docs/DataProviderList.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/DataProviderList.md b/docs/DataProviderList.md index 8a43aa1b1f6..cc60f46c8de 100644 --- a/docs/DataProviderList.md +++ b/docs/DataProviderList.md @@ -56,7 +56,8 @@ If you can't find a Data Provider for your backend below, no worries! [Writing a * **[SQLite](https://www.sqlite.org/index.html)**: [marmelab/ra-sqlite-dataprovider](https://github.com/marmelab/ra-sqlite-dataprovider) * **[REST](https://en.wikipedia.org/wiki/Representational_state_transfer)**: [marmelab/ra-data-simple-rest](https://github.com/marmelab/react-admin/tree/master/packages/ra-data-simple-rest) * **[Spring Boot](https://spring.io/projects/spring-boot)**: [vishpat/ra-data-springboot-rest](https://github.com/vishpat/ra-data-springboot-rest) -* **[Strapi](https://strapi.io/)**: [nazirov91/ra-strapi-rest](https://github.com/nazirov91/ra-strapi-rest) +* **[Strapi v3](https://strapi.io/)**: [nazirov91/ra-strapi-rest](https://github.com/nazirov91/ra-strapi-rest) +* **[Strapi v4](https://strapi.io/)**: [garridorafa/ra-strapi-v4-rest](https://github.com/garridorafa/ra-strapi-v4-rest) * **[Supabase](https://supabase.io/)**: [marmelab/ra-supabase](https://github.com/marmelab/ra-supabase) * **[TreeQL / PHP-CRUD-API](https://treeql.org/)**: [nkappler/ra-data-treeql](https://github.com/nkappler/ra-data-treeql) * **[WooCommerce REST API](https://woocommerce.github.io/woocommerce-rest-api-docs)**: [zackha/ra-data-woocommerce](https://github.com/zackha/ra-data-woocommerce)