by John Smith.
I have an ember.js app that is currently using hard-coded student/class data. I need to integrate this app with data from a real moodle server. Is there a way to send a GET request to the moodle server remotely to receive student/class/etc information? Is what I'm trying to do is even possible? If so, how do I go about doing something like this? Do I need to create my own plugin to handle the REST requests?