← Back to team overview

mahara-contributors team mailing list archive

[Bug 1738686] A change has been merged

 

Reviewed:  https://reviews.mahara.org/8365
Committed: https://git.mahara.org/mahara/mahara/commit/9b135c06958cc164974087b71b6a6ae31438803d
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit 9b135c06958cc164974087b71b6a6ae31438803d
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Mon Dec 18 11:40:37 2017 +1300

Bug 1738686: Adding generic blog/blogpost webservice

To allow
- an external resource to get a list of blogs/blogposts for a user
- external resource to add new blogpost to a blog based on userid and
blog id

behatnotneeded

Change-Id: I63a003a74a685f2cd2d8b6e3eb0bf941f422a49f
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1738686

Title:
  Need a generic create blogpost for webservices

Status in Mahara:
  Fix Committed

Bug description:
  Need a simple way to add content from an external app to a user's
  account via web services.

  We just want to do 2 things:

  1) supply user credentials, eg id or username or email and get a list
  of blogs + blogposts returned

  2) using the id of a blog and user's id be able to crate a simple blogpost against the blog by setting the 
  - title
  - description
  - tags
  - published
  - allowcomments

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1738686/+subscriptions


References