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

Oxford Dictionary API

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

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

box install oxforddictionary

Then follow either the standalone or module instructions below.

Standalone

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

     appID    =	'',
     appKey   =	''

ColdBox Module

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

oxforddictionary = {
     appID    =	'',
     appKey   =	''
};

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

$ box install oxforddictionary

No collaborators yet.
     
  • {{ getFullDate("2017-03-23T11:51:37Z") }}
  • {{ getFullDate("2017-03-23T11:52:40Z") }}
  • 1,562
  • 2,082