FORGEBOX Enterprise 🚀 - Take your ColdFusion (CFML) Development to Modern Times! Learn More...

Wunderlist API

v1.0.0 Modules
This is a ColdFusion Wrapper written to interact with the Wunderlist API.

CommandBox Compatible

Installation

This CF wrapper can be installed as standalone or as a ColdBox Module. Either approach requires a simple CommandBox command:

box install wunderlist

Then follow either the standalone or module instructions below.

Standalone

This wrapper will be installed into a directory called wunderlist and then can be instantiated via new wunderlist.wunderlist() with the following constructor arguments:

     clientId    	=	'',
     clientSecret   =	'',
     accessToken	=	''

ColdBox Module

This package also is a ColdBox module as well. The module can be configured by creating a wunderlist configuration structure in your application configuration file: config/Coldbox.cfc with the following settings:

wunderlist = {
     clientId    	=	'',
     clientSecret   =	'',
     accessToken	=	''
};

Then you can leverage the CFC via the injection DSL: wunderlist@wunderlist

$ box install wunderlist

No collaborators yet.
     
  • {{ getFullDate("2017-04-03T13:08:49Z") }}
  • {{ getFullDate("2017-04-03T13:09:26Z") }}
  • 1,902
  • 1,954