I am using api-platform.com and I have microservices in backend. e.g. http://example.com:8511/api http://example.com:8512/api http://example.com:8513/api
Each entrypoint contains different resources. e.g books
, categories
, media
and they have relations with each other. How can i use all resources from all entrypoints in one react-admin app? I think i need to create custom hydraDataProvider
function.
Here explains how to do it in simple react-admin
app Is it possible to have multiple dataProviders in react-admin?. But i need to do it in api-platform