Tap-GetResponse
tap-getresponse is a Singer tap for GetResponse.
Built with the Meltano Tap SDK for Singer Taps.
Configuration 📝
Accepted Config Options
| Setting | Required | Default | Description |
|---|---|---|---|
| auth_token | True | None | GetResponse token API. |
Configure using environment variables
This Singer tap will automatically import any environment variables within the working directory's
.env if the --config=ENV is provided, such that config values will be considered if a matching
environment variable is set either in the terminal context or in the .env file.
# .env
TAP_GETRESPONSE_AUTH_TOKEN=... # your token!
Source Authentication and Authorization
To get your API Token, follow the official documentation.
Usage
You can easily run tap-getresponse by itself or in a pipeline using Meltano.
Executing the Tap Directly
tap-getresponse --version
tap-getresponse --help
tap-getresponse --config CONFIG --discover > ./catalog.json
Developer Resources
Follow these instructions to contribute to this project.
Initialize your Development Environment
pipx install poetry
poetry install
Create and Run Tests
Create tests within the tests subfolder and
then run:
poetry run pytest
You can also test the tap-getresponse CLI interface directly using poetry run:
poetry run tap-getresponse --help
Testing with Meltano
Note: This tap will work in any Singer environment and does not require Meltano. Examples here are for convenience and to streamline end-to-end orchestration scenarios.
Next, install Meltano (if you haven't already) and any needed plugins:
# Install meltano
pipx install meltano
# Initialize meltano within this directory
cd tap-getresponse
meltano install
Now you can test and orchestrate using Meltano:
# Test invocation:
meltano invoke tap-getresponse --version
# OR run a test `elt` pipeline:
meltano elt tap-getresponse target-jsonl
SDK Dev Guide
See the dev guide for more instructions on how to use the SDK to develop your own taps and targets.
Release files for tap-getresponse 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tap_getresponse-0.0.2.tar.gz | 12.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tap_getresponse-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.5 kB
Release files / tap_getresponse-0.0.2.tar.gz
| Download URL | tap_getresponse-0.0.2.tar.gz |
|---|---|
| Size | 12.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
970ca3f54cbf531b084d463c46762b18c108a2862e011ba594fa38dd9d8404c5
|
|
BLAKE2b-256 checksum How to use checksums |
ab462c8778f149647176c86038aef4c78c67f6a5c4f01506ac60d211d7e281c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.4.2 CPython/3.9.14 Darwin/22.5.0
|
Release files / tap_getresponse-0.0.2-py3-none-any.whl
| Download URL | tap_getresponse-0.0.2-py3-none-any.whl |
|---|---|
| Size | 13.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a9db7fd70b867a98818309ecff54f2b772c0f3f6157e2d8e541a6ee766b84ab1
|
|
BLAKE2b-256 checksum How to use checksums |
e05e2e8e1fdd0678941c47808bf544d96c167bfa097493cbbd5a031030762de9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.4.2 CPython/3.9.14 Darwin/22.5.0
|