Hello there JAMSTACK people.
Actually those who chose strapi JS as their headless CMS of choice.
Lets say I have an API named Post, with the following fields.
- title : text
- slug : text
- cover : image
- reference : image
- body : long text
- author : image
And I want to populate data and send it to the API's endpoints for 'POST' & 'PUT' methods.
Any ideas ? Thanks in advance.
PS : I know that for some reason, that's not how exactly we define collection fields' in strapi though, I did this for demonstration's sake.