Home | Trees | Indices | Help |
---|
|
Copyright 2012 Alexey Kravets <mr.kayrick@gmail.com> This file is part of PythonMindmeister. PythonMindmeister is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. PythonMindmeister is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with PythonMindmeister. If not, see <http://www.gnu.org/licenses/>. This file contains MindMeister API calls for maps. Additional information can be found by this URL: http://www.mindmeister.com/developers/explore This product uses the MindMeister API but is not endorsed or certified by MindMeister.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|
Returns the list of maps of the current user. Arguments: Optional (keyword) Arguments: expand_people include_folder page per_page query This function calls mm.maps.add MindMeister API method More documentation can be found by this URL: http://www.mindmeister.com/developers/explore_method?method=mm.maps.getList |
Creates a map. Arguments: Optional (keyword) Arguments: This function calls mm.maps.add MindMeister API method More documentation can be found by this URL: http://www.mindmeister.com/developers/explore_method?method=mm.maps.add |
Deletes a map. Arguments: map_id Optional (keyword) Arguments: This function calls mm.maps.delete MindMeister API method More documentation can be found by this URL: http://www.mindmeister.com/developers/explore_method?method=mm.maps.delete |
Duplicates a map. Arguments: map_id Optional (keyword) Arguments: revision This function calls mm.maps.duplicate MindMeister API method More documentation can be found by this URL: http://www.mindmeister.com/developers/explore_method?method=mm.maps.duplicate |
Get all ideas of a map. Arguments: map_id Optional (keyword) Arguments: expand_people include_folder include_theme revision This function calls mm.maps.getMap MindMeister API method More documentation can be found by this URL: http://www.mindmeister.com/developers/explore_method?method=mm.maps.getMap |
Undo last modification on map. Arguments: map_id Optional (keyword) Arguments: This function calls mm.maps.undo MindMeister API method More documentation can be found by this URL: http://www.mindmeister.com/developers/explore_method?method=mm.maps.undo |
Redo last modification on map. Arguments: map_id Optional (keyword) Arguments: This function calls mm.maps.redo MindMeister API method More documentation can be found by this URL: http://www.mindmeister.com/developers/explore_method?method=mm.maps.redo |
Inserts a Geistesblitz in the default map. Arguments: title Optional (keyword) Arguments: This function calls mm.maps.insertGeistesblitz MindMeister API method More documentation can be found by this URL: http://www.mindmeister.com/developers/explore_method?method=mm.maps.insertGeistesblitz |
Gets the revisions of a map. Arguments: map_id Optional (keyword) Arguments: only_last show_redo This function calls mm.maps.history MindMeister API method More documentation can be found by this URL: http://www.mindmeister.com/developers/explore_method?method=mm.maps.history |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat May 19 12:03:34 2012 | http://epydoc.sourceforge.net |