#application._taffy.settings.docs.APIName#

Version #application._taffy.settings.docs.APIversion#

Resources:

continue;
#local.displayName# #local.currentResource.srcUri# #local.verb#

#local.docData.hint#

continue;
#thisVerb#

#local.func.hint#

optional required #local.param.type# #local.param.name# min length: #local.param["taffy_minlength"]# max length: #local.param["taffy_maxlength"]# min: #local.param["taffy_min"]# max: #local.param["taffy_max"]# pattern: #local.param["taffy_pattern"]# (default: "")(default: #local.param.default#)

#local.param.hint#

#serializeJson(sample)#
Taffy is running but you haven't defined any resources yet.

It looks like you don't have any resources defined. Get started by creating the folder #guessResourcesFullPath()#, in which you should place your Resource CFC's.

Or you could set up a bean factory, like ColdSpring or DI/1. Want to know more about using bean factories with Taffy? Check out the wiki!

If all else fails, I recommend starting with Getting Started.