You're here because creating REST APIs with the native functionality in ColdFusion 10 and Lucee is verbose, complex, and developer-hostile. Or maybe you're still on an older version of ColdFusion. You've come to the right place.
Taffy is low friction, extremely simple to get started, and it's compatible as far back as ColdFusion 8.
Taffy is terse because it uses convention over configuration, and doesn't require writing a bunch of boilerplate code. How terse? A functional API can fit into a tweet:
component extends="taffy.core.api"{}
component extends="taffy.core.resource" taffy_uri="/hi"{function get(){return representationOf('hi');}}
— Taffy (@cf_taffy) April 25, 2013
It's easy to debug and it optionally integrates with your favorite IoC libraries like ColdSpring and DI/1.
Current Version
Loading version data...
Documentation
Documentation is mostly available at docs.taffy.io, with the more detailed guides remaining in the GitHub wiki for now.
Mailing List
Many people who use Taffy subscribe to the Taffy Users Google Group. If you're having any trouble, it's a great place to get advice or debugging help.
Slack
Taffy also has a dedicated channel in the CFML Slack Team; another great resource for advice or help debugging.
Roadmap
We use GitHub Issues to manage the roadmap.
Contributors
Many people have helped make Taffy what it is today and I can't thank them enough for their contributions.