How to use Moodle restful web services in Android app

How to use Moodle restful web services in Android app

by Manideep Manda -
Number of replies: 1

I want to access the Moodle restful web services in my native android app.

Following are the steps that I have done with:

Step-1

 Administration > Site administration > Plugins > Web services   and enabled the web service's.

Step-2

Administration > Site administration > Plugins > Web services> Manage Protocols and enabled the rest protocol.

Step-3

Administration > Site administration > Plugins > Web services> Manage >Manage Token and created token with validity date.

After performing the above 3 steps ,I have no idea how to proceed further.

Idealy my requirement  is  access the restful web services from my  moodle instance:

like:

URL:http://localhost/........

json : json data 

etc....

so I would use the restful web service in my native android app.


Please suggest me the further steps to be followed to access the restful web services 


 


Average of ratings: -