I am very new to CodeIgniter and I recently heard about RESTful API because I built an Android app in PhoneGap (monaca), consequently I had to research on how to have a PHP backend to support it.
I learnt that with CodeIgniter restful API and AJAX/JSON I can call and display data like channel name, logo, channel URL and description from the database to show inside my app. But many of the tutorials I watched were either in Spanish (I don't speak so I just sit through the video) or it just doesn't explain enough.
Hence I find it hard to believe that I could call about details of about 5 channels at once via a URL string with a get verb. It's hard to explain, that's how confused I am.
If there's a book or video somewhere i can watch to get in-depth knowledge on this, I would be happy. I am more of a visual person so watching a step by step tutorial would be good for me. If not, a brief good explanation could help me archive my goal.