Project

tap-clutch

0.0
No commit activity in last 3 years
No release in over 3 years
Stream Clutch records to a Singer target, such as Stitch
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

tap-clutch

A singer.io tap to extract data from Clutch and load into any Singer target, like Stitch or CSV

Configuration

{
  "api_key": "api_key",
  "api_secret": "secret",
  "api_base": "https://api.clutch.com/merchant/",
  "brand": "clutch_brand",
  "location": "clutch_location",
  "card_set_id": "clutch_card_set_id",
  "terminal": "clutch_terminal",
  "username": "clutch_portal_user_id",
  "password": "clutch_portal_password"
}

Usage (with Stitch target)

> bundle exec tap-clutch
Usage: tap-clutch [options]
    -c, --config config_file         Set config file (json)
    -s, --state state_file           Set state file (json)
    -h, --help                       Displays help
    -v, --verbose                    Enables verbose logging to STDERR

> pip install target-stitch
> gem install tap-clutch
> bundle exec tap-clutch -c config.clutch.json -s state.json | target-stitch --config config.stitch.json | tail -1 > state.new.json