Strapi Client library#2373
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Thanks, @maccomaccomaccomacco
As discussed with the team on Notion, I think the best approach for now is to have details in the SDK README until we incorporate into official docs a more extensive SDK reference.
I'd suggest you keep the Getting Started, Installation, Basic Configuration, and Authentication parts, plus maybe a basic example as described in the general fetch section:
const result = await strapiSdk.fetch('articles', { method: 'GET' });Then add a :::strapi callout to point users to the SDK README for more.
This way the AI bot will know the basics about the topic.
WDYT, @innerdvations and @Convly? 🤔
|
Sounds good to me, that will keep the information accurate in case we have to make any changes before the official release |
What does it do?
This PR introduces the documentation for the
JavaScriptSDKStrapi Client library.