public TrelloRunner(TrelloConfiguration configuration) { _trello = new Trello(configuration.AppKey); _configuration = configuration; _configuration.UserName = (_configuration.UserName ?? "").Trim('@'); _trello.Authorize(configuration.UserToken); }
public Configuration() { Mite = new MiteConfiguration(); Trello = new TrelloConfiguration(); }