Menu is now fully customizable in terms of location on board, visible tools, and order of tools.
v1.5.0 - 2021/07/07
Added function boardInfo
Added function boardRole
Added function boardCopy
Added Menu Control Options
Added the following parameters to boardCreate: creatorId, isLeading, soloDraw, and type
v1.4.3 - 2017/02/14
Added ‘whiteLabel’ parameter to boardCreate.
Added ‘urlRedirect’ parameter to boardDelete.
Clarified board cost calculation in boardUsage and boardDelete.
v1.4.2 - 2016/12/19
Yeah, the ‘disallowSharing’ parameter is supposed to be on boardCreate, not on boardActive. For real this time.
v1.4.1 - 2016/12/15
Added optional parameter ‘disallowSharing’ to boardCreate.
v1.4.0 - 2016/11/10
Added: userActive
Added: boardActive
Minor corrections to existing documentation
v1.3.0 - 2016/10/17
Added: userUsage
Added: boardUsage
Minor corrections to existing documentation
v1.2.0 - 2016/10/03
Added: userCreate
Updated boardCreate to use tokens from userCreate
v1.1.0 - 2016/09/28
Added: boardImageURLUpload
Added: boardImageFileUpload
Changed all ‘curl’ examples to use a file for the parameter data instead of in JSON on the command line, which has all kinds