MondayAPI class

Constructors

MondayAPI(String apiToken)

Properties

apiToken String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createBoard(MondayBoard board) Future<MondayBoard>
createColumn({required String boardId, required String title, required MondayColumnType type}) Future<MondayColumn>
createItemWithColumnData({required String boardId, required String itemName, required List<MondayColumnValue> columnData}) Future<void>
deleteBoard(MondayBoard board) Future<void>
deleteColumn({required String boardId, required String columnId}) Future<void>
getBoard(String boardId) Future<MondayBoard>
listBoards() Future<List<MondayBoard>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postQuery(String query) Future<Map<String, dynamic>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited