Relaxation is a REST framework for ColdFusion that helps you build a REST API. And then it get's the heck out of your way.
Stars
22
Forks
4
Watchers
22
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
Fix for 1.6.0. Forgot to add TooManyRequests to supported auto-status error codes.
103ac47View on GitHubMerge pull request #34 from cfchris/too-many-request-error
573a45bView on GitHubMerge pull request #33 from cfchris/let-auth-methods-throw-Relaxation-errorcodes
8ece79cView on GitHubAllow non-JSON arguments.RequestBody to allow PayloadRawArgument to be set with non-JSON request body
1e89474View on GitHubAdded PayloadRaw with same argument name behavior as PayloadArgument
a303634View on GitHubAdded VerbNotFound to the allowed error codes to return HTTP statuses
0d81737View on GitHubUpdates to allow authorization method to throw special http ErrorCodes
091e2f2View on GitHubchanged auth response message to be more conversational (in case it's displayed to a user)
8e3a12cView on GitHubMerge pull request #30 from cfchris/allow-xml-response
42235e3View on GitHubUpdated tests to expect XML results to have text/xml ContentType header. Made tests pass.
e131aaeView on GitHub