Skip to content

timcunningham/CFTrello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFTrello

#A ColdFusion wrapper for the Trello API

by Tim Cunningham (@timcunningham71)

Thanks to:

Trello describes itself as "a collaboration tool that organizes your projects into boards. In one glance, Trello tells you what's being worked on, who's working on what, and where something is in a process."

This wrapper handles all the OAuth requirements, and has helper calls for every REST command in Trello API documentation. It can be useful if you wish to integrate Trello functionality into your ColdFusion apps, services or internal processes.

REQUIREMENTS

SETUP

  • Once you have all of the above, put the Trello files in the web root.
  • In application.cfc set application.sConsumerKey = your Trello Developer API key
  • In application.cfc set application.sConsumerkeysecret = the secret (for Oauth Signing)
  • In test.cfm set myBoardID to be the boardID of one of your Trello Boards.

Call test.cfm from your browser, it should take you to the Trello Oauth authorization page and then return back to test.cfm. If you see getOpenLists - struct dumping out your open lists, you have successfully connected.

Helpful tips:

The request token for each user is stored in a cookie, if that token becomes invalid you may need to clear that cookie for your user. pass clearmecookies in the url to do that.

If you need to restart the application (due to making changes to something stored in application scope) pass restart to the URL.

About

A ColdFusion wrapper for the Trello API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published