national-gold
national-gold14mo ago

how can retrieve the avatar attribute in the strapi api user and show it in refine

Strapi
3 Replies
kapa.ai
kapa.ai14mo ago
Hi @berdailabs. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Strapi is a popular open-source headless CMS built using Node. It is flexible and has an intuitive UI, making it easy to build and manage content for your applications. Strapi can be hosted locally or in the cloud and is especially useful for creating readily available RESTful APIs for consumption from a frontend app like refine. Refine offers built-in support for Strapi through its data providers, allowing you to easily integrate Strapi with your refine application. You can use the @refinedev/strapi-v4 data provider to interact with your Strapi instance. To install the Strapi data provider in a refine application, run:
npm install @refinedev/strapi-v4
npm install @refinedev/strapi-v4
Refine also supports Strapi GraphQL out-of-the-box, making it easy to manage your GraphQL data and create custom queries using the refine Strapi-GraphQL provider. For more information on using Strapi with refine, you can refer to the following sources: - Strapi with refine (https://refine.dev/blog/react-admin-panel) - Strapi data provider (https://refine.dev/blog/best-headless-cms) - Strapi GraphQL (https://refine.dev/docs/examples/data-provider/strapi-graphql) - Strapi v4 (https://refine.dev/docs/examples/data-provider/strapi-v4) ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai14mo ago
<@911563296493142046> kapa.ai is still learning and improving, please let us how it did by reacting below
national-gold
national-gold14mo ago
I knoz all this docs but in strapi we cant see the media of user in. The json api