https://github.com/ghidinelli/restconsumer
ColdFusion client for REST APIs
https://github.com/ghidinelli/restconsumer
Last synced: about 14 hours ago
JSON representation
ColdFusion client for REST APIs
- Host: GitHub
- URL: https://github.com/ghidinelli/restconsumer
- Owner: ghidinelli
- Created: 2012-12-14T19:11:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-26T08:32:16.000Z (almost 12 years ago)
- Last Synced: 2023-04-04T14:13:23.361Z (about 3 years ago)
- Language: ColdFusion
- Size: 164 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
restconsumer
============
ColdFusion client for RESTful APIs
This component simply abstracts access to REST APIs providing some helper functions and a testable CFHTTP framework.
Compatible with at least CF8 and above. Supports rate-limiting, debug dumps of requests and responses and returns
a simple structure of data for parsing.
For use with my API clients or as a low-level REST API client. Centralizes the (sometimes insane) error handling for CFHTTP and normalizes responses to assist with unit testing.
* https://github.com/ghidinelli/batchbook-api-coldfusion
* https://github.com/ghidinelli/eventful-api-coldfusion
* https://github.com/ghidinelli/hubspot-api-coldfusion