-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(sdk): single and collection query functions #10
Conversation
Random question for later, but I'm wondering if we might want to introduce shortcuts in the HTTP client for common methods ( Might offer a better experience when writing/reading requests and is quite a low-cost addition. What do you think? 🤔 |
Could be useful, but I would prefer to add that in January for v2, just to make sure we get everything done in time for v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Convly this looks really good! I can't approve as I'm the author but I would do 😄
https://pbs.twimg.com/media/D90nHuOXkAAGxtJ?format=jpg&name=medium
Haha, I'll wait for the tests to pass & merge |
nvmd, hey @innerdvations |
Co-authored-by: Jamie Howard <[email protected]>
Update and enhance SDK usage documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
What does it do?
Implemented CRUD query functions for single and collection types
Why is it needed?
Improved developer experience and usefulness of the SDK
How to test it?
Added unit tests
Initialise the SDK and perform CRUD operations on content
Related issue(s)/PR(s)
https://strapi-inc.atlassian.net/browse/DX-1776
https://strapi-inc.atlassian.net/browse/DX-1799