Hello everybody
i like to build a App for iPhone with articles of my Wix blog.
My question:
How I must build the code in the Wix backend, that Wix export the datas from my website to my app? I read a lot of wix-fetch and http request, but it is not clearly to me, how it exactly works.
Thanks for your help.
You will need to expose a site API . You can use this example: Example: MyApi and MyApiClient
Unfortunately, the Blog does not currently have its own API to allow you to retrieve your blog posts. This feature is under development, but no ETA available.
What you can do is to query the Blog collections which will give you the plain text (unformatted) content of your blog posts.