All Projects → atuttle → Taffy

atuttle / Taffy

Licence: other
🍬 The REST Web Service framework for ColdFusion and Lucee

Projects that are alternatives of or similar to Taffy

Cakephp
CakePHP: The Rapid Development Framework for PHP - Official Repository
Stars: ✭ 8,453 (+3777.52%)
Mutual labels:  rest-api, hacktoberfest
Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (-48.17%)
Mutual labels:  rest-api, hacktoberfest
Oblecto
Oblecto is a media server, which streams media you already own, and is designed to be at the heart of your entertainment experience. It runs on your home server to index and analyze your media such as Movies and TV Shows and presents them in an interface tailored for your media consupmtion needs.
Stars: ✭ 67 (-69.27%)
Mutual labels:  rest-api, hacktoberfest
Githubapi
Swift implementation of Github REST API v3
Stars: ✭ 55 (-74.77%)
Mutual labels:  rest-api, hacktoberfest
Cfwheels
An open source ColdFusion framework inspired by Ruby on Rails.
Stars: ✭ 188 (-13.76%)
Mutual labels:  hacktoberfest, coldfusion
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+4777.98%)
Mutual labels:  rest-api, hacktoberfest
Yii2 Openapi
REST API application generator for Yii2, openapi 3.0 YAML -> Yii2
Stars: ✭ 99 (-54.59%)
Mutual labels:  rest-api, hacktoberfest
Apispec
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
Stars: ✭ 831 (+281.19%)
Mutual labels:  rest-api, hacktoberfest
Fiber
⚡️ Express inspired web framework written in Go
Stars: ✭ 17,334 (+7851.38%)
Mutual labels:  rest-api, hacktoberfest
Slatwall
Slatwall - An Open Source Commerce Platform
Stars: ✭ 136 (-37.61%)
Mutual labels:  hacktoberfest, coldfusion
Json Api Dart
JSON:API client for Dart/Flutter
Stars: ✭ 53 (-75.69%)
Mutual labels:  rest-api, hacktoberfest
Symfony Flex Backend
Symfony Flex REST API template project
Stars: ✭ 214 (-1.83%)
Mutual labels:  rest-api, hacktoberfest
Mvp
PowerShell Module to interact with the Microsoft MVP API
Stars: ✭ 38 (-82.57%)
Mutual labels:  rest-api, hacktoberfest
Lotr Api
This repository holds the code base of the API to rule them all, the Lord of the Rings api, which provides you with book, character, movie and quotes data.
Stars: ✭ 63 (-71.1%)
Mutual labels:  rest-api, hacktoberfest
Swagger Editor
Swagger Editor
Stars: ✭ 7,365 (+3278.44%)
Mutual labels:  rest-api, hacktoberfest
Wise Old Man
The Open Source Old School Runescape progress tracker.
Stars: ✭ 68 (-68.81%)
Mutual labels:  rest-api, hacktoberfest
Luya
LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
Stars: ✭ 741 (+239.91%)
Mutual labels:  rest-api, hacktoberfest
Laravel Adminpanel
A Laravel Admin Panel (Laravel Version : 6.0)
Stars: ✭ 774 (+255.05%)
Mutual labels:  rest-api, hacktoberfest
Drf Api Tracking
Fork of aschn/drf-tracking so that we can maintain and release newer versions
Stars: ✭ 117 (-46.33%)
Mutual labels:  rest-api, hacktoberfest
Swagger Js
Javascript library to connect to swagger-enabled APIs via browser or nodejs
Stars: ✭ 2,319 (+963.76%)
Mutual labels:  rest-api, hacktoberfest

Taffy: The REST framework for ColdFusion and Lucee

Build Status

You're here because creating REST APIs with the native functionality in ColdFusion 10+, Railo, 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.

It's 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.

It's easy to debug because error messages are returned as JSON by default and it optionally integrates with your favorite IoC libraries like ColdSpring and DI/1.

Currently Supported Versions

  • Taffy 3.2.x
  • Taffy 3.1.x
  • Taffy 2.2.x

If you file a bug or ask for support please indicate which version of Taffy you're using. If it's an older release, we usually ask you to upgrade. Officially, we promise to support the current and previous minor releases and the last minor release of the previous major release. To the best of our abilities Taffy follows the versioning guidelines defined in semver.

Supported versions get priority for bug fixes. No promises are made to fix bugs filed against unsupported versions. If your version is supported and your bug is reproducible and isolatable, we'll do everything within our power to address it.

If you're on an unsupported version, upgrade is not an option in your case, and you still have an isolatable and reproducible bug, contact me to discuss further options.

Running the Tests

To run the tests, you must have MxUnit installed at /mxunit (not just a global mapping, put the folder in your web-root, as there are CSS/JS/etc assets that will be needed).

  1. Clone the Taffy repo to /taffy in your web root.
  2. Point your browser at http://localhost/taffy/tests/ to initialize the test-harness API that the tests will use
  3. Point your browser at http://localhost/taffy/tests/tests/ to run the test suite.

If you are on vanilla Tomcat or another app server (most Railo users are), you may find that you need to add an additional servlet mapping to get the tests to run.

Please report any errors or failures as bugs, and be sure to include relevant platform information.

Documentation

Primary documentation is available at docs.taffy.io, with a few of the more detailed guides remaining in the wiki for now.

You can contribute to the documentation

Contributing documentation changes is as easy as submitting a pull request to the TaffyDocs repo.

Roadmap

Features and bug fixes are coordinated via the GitHub issues list.

Community

The most active place where Taffy users and contributors gather is in the #taffy channel of the CFML Slack. It's a great place to ask for help. We also have a mailing list, but it hasn't been used much since the CFML Slack came around.

Need serious help?

If your problem is too big or too private to ask for help in a chat room, I am available to hire for freelance work.

LICENSE

The MIT License (MIT)

Copyright (c) 2011 Adam Tuttle and Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

What does that mean?

It means you can use Taffy pretty much any way you like. You can fork it. You can include it in a proprietary product, sell it, and not give us a dime. Pretty much the only thing you can't do is hold us accountable if anything goes wrong.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].