= Mingle Event Changes Parse out Mingle Event Feed content element of the entry. Better and simpler API for accessing event changes. == How to use require 'mingle_event_changes' xml = <<-XML <changes> <change type="card-creation" > </change> <change type="card-copied-to" > <source url="http://your.mingle.server:8080/api/v2/projects/one/cards/2.xml"/> <destination url="http://your.mingle.server:8080/api/v2/projects/two/cards/3.xml"></destination> </change> </changes> XML changes = MingleEventChanges.parse(xml)
Project
mingle_event_changes
Parse out Mingle Event Feed content element of the entry. Better and simpler API for accessing event changes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Dependencies
Runtime
>= 0
Project Readme