Package mindmeister :: Module maps
[hide private]
[frames] | no frames]

Module maps

source code


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.

Functions [hide private]
 
getList(token)
Returns the list of maps of the current user.
source code
 
add(token)
Creates a map.
source code
 
delete(token, map_id)
Deletes a map.
source code
 
duplicate(token, map_id)
Duplicates a map.
source code
 
getMap(token, map_id, **args)
Get all ideas of a map.
source code
 
undo(token, map_id)
Undo last modification on map.
source code
 
redo(token, map_id)
Redo last modification on map.
source code
 
insertGeistesblitz(token, title)
Inserts a Geistesblitz in the default map.
source code
 
history(token, map_id, **args)
Gets the revisions of a map.
source code
Variables [hide private]
  __package__ = 'mindmeister'
Function Details [hide private]

getList(token)

source code 

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

add(token)

source code 

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

delete(token, map_id)

source code 

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

duplicate(token, map_id)

source code 

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

getMap(token, map_id, **args)

source code 

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(token, map_id)

source code 

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(token, map_id)

source code 

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

insertGeistesblitz(token, title)

source code 

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

history(token, map_id, **args)

source code 

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