tro 2.12.0

A Trello API client for the command line
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod test_attachment;
mod test_board;
mod test_card;
mod test_formatting;
mod test_label;
mod test_list;
mod test_search;

use super::*;
use mockito;
use serde_json::json;
use std::io::Write;
use tempfile::NamedTempFile;

type Result<T> = std::result::Result<T, TrelloError>;