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

Module folders

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 folder. 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]
 
add(token, name, **args)
Adds a folder.
source code
 
delete(token, folder_id)
Deletes a folder.
source code
 
getList(token)
List all folders for the current user.
source code
 
move(token, folder_id, parent_id=None)
Moves a folder.
source code
 
rename(token, folder_id, name)
Renames a folder.
source code
Variables [hide private]
  __package__ = 'mindmeister'
Function Details [hide private]

add(token, name, **args)

source code 

Adds a folder.

Arguments:
name
Optional (keyword) Arguments:
is_open
parent_id

This function calls mm.folders.add MindMeister API method
More documentation can be found by this URL:
http://www.mindmeister.com/developers/explore_method?method=mm.folders.add

delete(token, folder_id)

source code 

Deletes a folder.

Arguments:
folder_id
Optional (keyword) Arguments:

This function calls mm.folders.delete MindMeister API method
More documentation can be found by this URL:
http://www.mindmeister.com/developers/explore_method?method=mm.folders.delete

getList(token)

source code 

List all folders for the current user.

Arguments:
Optional (keyword) Arguments:

This function calls mm.folders.getList MindMeister API method
More documentation can be found by this URL:
http://www.mindmeister.com/developers/explore_method?method=mm.folders.getList

move(token, folder_id, parent_id=None)

source code 

Moves a folder.

Arguments:
folder_id
Optional (keyword) Arguments:
parent_id

This function calls mm.folders.move MindMeister API method
More documentation can be found by this URL:
http://www.mindmeister.com/developers/explore_method?method=mm.folders.move

rename(token, folder_id, name)

source code 

Renames a folder.

Arguments:
folder_id
name
Optional (keyword) Arguments:

This function calls mm.folders.rename MindMeister API method
More documentation can be found by this URL:
http://www.mindmeister.com/developers/explore_method?method=mm.folders.rename