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

Module connections

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 connections. 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, from_id, map_id, to_id)
Adds connection.
source code
 
changeColor(token, color, from_id, map_id, to_id)
Changes color of the connection.
source code
 
delete(token, from_id, map_id, to_id)
Deletes connection.
source code
Variables [hide private]
  __package__ = 'mindmeister'
Function Details [hide private]

add(token, from_id, map_id, to_id)

source code 

Adds connection.

Arguments:
from_id
map_id
to_id
Optional (keyword) Arguments:

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

changeColor(token, color, from_id, map_id, to_id)

source code 

Changes color of the connection.

Arguments:
color
from_id
map_id
to_id
Optional (keyword) Arguments:

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

delete(token, from_id, map_id, to_id)

source code 

Deletes connection.

Arguments:
from_id
map_id
to_id
Optional (keyword) Arguments:

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