Skip to content

C# component for logging information, warning and exceptions in Trello.

Notifications You must be signed in to change notification settings

csharpyoudull/TrelloLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrelloLog

C# component for logging information, warning and exceptions in Trello.

##Getting started To sign up for Trello visit http://www.Trello.com

To generate an API key visit https://trello.com/docs/

###App config Be sure to edit the app config in the unit test project to set your application key and token.

<add key="Trello-ApplicationKey" value=""/>
<!--To obtain a token set your application key then run the GetAuthURL unit test, navigate to the url and allow your app access
once you've done this copy the token and use it here.-->
<add key="Trello-AuthToken" value=""/>

<!--Name this whatever you'd like this will be the name of the board logs will appear on.-->
<add key="Trello-LogBoardName" value="Application Logs"/>

<!--If left empty no organiztion will be used.-->
<add key="Trello-Organization" value=""/>

###Thanks for checking this out ####-steve

About

C# component for logging information, warning and exceptions in Trello.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages