The Session Cache API is a super-simple two-function API for programmers to access small amounts of user-specific "state". Examples are the user's changing geographic location or a drop-down selection that is made upon first visit and needs to be remembered for the remainder of the session, or beyond, as in the Views Global Filter module.
The module comes in particularly handy when anonymous session data needs to be stored, which may not be viable using the standard $_SESSION way, due to constraints imposed by a caching engine or web accelerator like Varnish (in combination with a suitable page-exclusion strategy).
Provide API for developers to interface with Trello.
Current features:
admin configuration for API keys and Auth Tokens
an API explorer to get debugging info (requires devel module)
example module which provides a block listing your trello boards, and a support ticket form which adds support requests as cards to a list (a spam filter module such as mollom is recommended if this is ever actually used. You don't want a form bot to spam your Trello board!)
Ideas for submodules:
views integration
rules integration
use feeds for import and/or export
drush
Live Demo
* unavailable :( *
Install Instructions
Download and enable the Trello module. You will likely also want to enable the trello_api_explorer sub-module.
Go to the Administration » Configuration » Trello page: admin/config/trello/conf
Follow the link at the top of that form to get your Trello API key (opening in a new window would be convenient for copy and pasting), then save your API Key and OAuth Secret.