Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

singer-io/tap-chargify

Repository files navigation

This is aSinger tap that produces JSON-formatted datafollowing theSingerspec.

This tap:


Streams


Quick Start

  1. Install the tap using the following command:

    > pip install tap-chargify
  2. Create the config file, which is a JSON file namedconfig.json. This file should contain the following properties:

    • api_key - A Chargify API key. Refer to theChargify documentation for instructions on creating an API key.
    • start_date - The date from which the tap should begin replicating data. This value must be an ISO 8601-compliant date.
    • subdomain The subdomain of your Chargify site. For example: If the full URL werehttps://test.my-chargify-site.com, this value would betest.
    {"api_key":"xx","start_date":"2018-02-22T02:06:58.147Z","subdomain":"test"}
  3. Run the tap in Discovery Mode using the following command:

    > tap-chargify -c config.json -d

    See the Singer docs on discovery modehere.

  4. Run the tap in Sync Mode using the following command:

    > tap-chargify -c config.json --catalog catalog-file.json

Development

  1. Clone this repository.

  2. In the directory, run the following command:

    > python -m venv tap-chargify> make dev

Copyright © 2019 Stitch

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors15


[8]ページ先頭

©2009-2026 Movatter.jp