Comment 4 for bug 1032420

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/1439
Committed: http://gitorious.org/mahara/mahara/commit/6c4da66afddce883c257cd4500fb310341208afe
Submitter: Alan McNatty (<email address hidden>)
Branch: master

commit 6c4da66afddce883c257cd4500fb310341208afe
Author: Alan McNatty <email address hidden>
Date: Thu Jul 26 11:48:54 2012 +1200

    Changes for Mobile API v2 (Bug #1032420)

    This mobile api is in 2 parts, a sync api and an upload api.

    The sync API allows mobile devices to read basic information for a user, such as:
    - notifications
    - blogs
    - blogposts
    - folders
    - tags
    It could be extended to provide a list of friends and contact information for mobile
    communication.

    The upload API is an extension of the original mobile API
    htdocs/artefact/file/mobileupload.php but also supports journals and attaching files
    to journal posts.

    This API is re-housed under the htdocs/api section and is design to deprecate
    htdocs/artefact/file/mobileupload.php

    The API may be extended to support messaging and commenting on blogposts in due course.

    Change-Id: Idb32712383f8feb7c12dc9cbcdfa54c38a8e4481
    Signed-off-by: Alan McNatty <email address hidden>