MS-2017-2 / SoundRecorder

A simple sound recording app implementing Material Design
GNU General Public License v3.0
0 stars 0 forks source link

Moodle API Integration #21

Open maxzorzetti opened 6 years ago

maxzorzetti commented 6 years ago

Accessed Moodle's development page

maxzorzetti commented 6 years ago

Looking through the Web API

maxzorzetti commented 6 years ago

Searching for another information source on Google

maxzorzetti commented 6 years ago

Looking through the links on the second post on this thread on Moodle's forums

maxzorzetti commented 6 years ago

Found a Java library to connect to Moodle's REST API

maxzorzetti commented 6 years ago

Trying out the procedures described on this page

maxzorzetti commented 6 years ago

REST API seems to be working when using the following address: https://moodle.pucrs.br/login/token.php?username=USERNAME&password=PASSWORD&service=moodle_mobile_app

maxzorzetti commented 6 years ago

Reading about Moodle's Mobile web services

maxzorzetti commented 6 years ago

Reading about files on Moodle's web API.

maxzorzetti commented 6 years ago

Setting up a sample application to upload files to PUCRS's Moodle using the Java library cited above.