tap-canny
is a Singer tap for Canny.
Build with the Singer SDK.
pipx install tap-canny
The following configuration options are available:
api_key
(required): User-generated Canny API Keylimit
(optional): Max amount of records to grabstart_date
(optional): should be used on first sync to indicate how far back to grab records. Start dates should conform to the RFC3339 specification.
A full list of supported settings and capabilities for this tap is available by running:
tap-canny --about
You can easily run tap-canny
by itself or in a pipeline using Meltano.
tap-canny --version
tap-canny --help
tap-canny --config CONFIG --discover > ./catalog.json
Create tests within the tap-canny/tests
subfolder and
then run:
pip install pytest
pytest tap_canny/tests
See the dev guide for more instructions on how to use the Singer SDK to develop your own taps and targets.