[Building Sakai] Request for help on accessing Sakai Mobile Api

Steve Swinsburg steve.swinsburg at gmail.com
Wed Jul 16 05:10:34 PDT 2014


Hi,

There are two main views for Sakai, the normal portal and the pda portal.
You then have REST, CXF and the old Axis web services.

Using the REST API, you can make requests and get data. Is is then up to
you to parse that data and display it appropriately. For example if you got
a list of announcements you could parse the JSON list you get back and
extract the bits of data you need to show the announcement title, message
and date the announcement was posted.

For login, see /direct/session. You can login there, and use the cookie in
subsequent requests to get authenticated data.

cheers,
Steve


On Sat, Jul 12, 2014 at 1:18 AM, Chanakya <puramshetty.srinu at gmail.com>
wrote:

> Hi Team
>
> I had searched about the sakai-mobile views
> there are
> 1) pda view
> 2) Keitai view
> 3) Morpheus view
>
> I founded that in saka10 mobile view is pda view.
>
> I took json/xml data object from keitai services api for keitai view.
> I am struggling to show this json/xml data objects in mobile app.
>
> 1) Is there any procedure to showing json/xml data of each tool in mobile
> app?
> 2) I am not founded any login credential details json/xml data?
>
> Please help me out.How to do this.
>
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20140716/42aaa0f1/attachment.html 


More information about the sakai-dev mailing list