I have a website on WordPress that has users which login. This is my first project connecting to another database that is not Parse or Firebase.
How would it be possible to get all the information from that website (users/posts … etc) and make it available on my iPhone.
The app is technically a Pinterest clone.
I want to be able to login to my app through my iPhone. WordPress has a REST API but not sure how to put them together.
The Official WordPress app for iOS has the code for it Open source and available on Github at this link . . .
https://github.com/wordpress-mobile/WordPress-iOS
Hopefully that will help!