Okay, I want to pull data (existing one) from Contentful using VueJS.
I'm no developer so I don't really understand how this fully works, I was able to follow through half-way of their tutorial, but as I already have my space and data, I got stuck, the tutorial sticks to a blog-type and never really mentioned anything how I can pull a data with different structure.
Based on the tutorial, I have to create a .contentful.json containing
{
"CTF_PERSON_ID": "15jwOBqpxqSAOy2eOO4S0m",
"CTF_BLOG_POST_TYPE_ID": "blogPost",
"CTF_SPACE_ID": "YOUR_SPACE_ID",
"CTF_CDA_ACCESS_TOKEN": "YOUR_ACCESS_TOKEN"
}
They didn't mention how I can pull other data than what they had provided as a template.
What I want to know: 1. If I have my own space, not from the template, how or where can I find something similar to "CTF_PERSON_ID" and "CTF_BLOG_POST_TYPE_ID".