Is it possible to create a plugin to synchronize courses with an external platform?

Is it possible to create a plugin to synchronize courses with an external platform?

by Steve Code Brain -
Number of replies: 2

Hi everyone! 

I'm a Software Engeneer student and im doing my tesis to finish my career. I'm doing a platform to manage content from courses. And i would like to know if its possible to do a plugin to get the files from a moodle course from an external API.

Thanks!

Average of ratings: -
In reply to Steve Code Brain

Re: Is it possible to create a plugin to synchronize courses with an external platform?

by Dominique Palumbo -
Picture of Plugin developers
Hi,

Maybe you can find services that you need here : https://docs.moodle.org/dev/Web_service_API_functions
https://docs.moodle.org/33/en/Using_web_services
With web services you can easily get list of categories, courses and I think contents and etc


Dominique.
In reply to Dominique Palumbo

Re: Is it possible to create a plugin to synchronize courses with an external platform?

by Steve Code Brain -
Thanks! Im gonna try this then.