Skip to content

hotgluexyz/tap-medusa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap-medusa

tap-medusa is a Singer tap for Medusa that produces JSON-formatted data following the Singer spec

Configuration

Accepted Config Options

A full list of supported settings and capabilities for this tap is available by running:

tap-medusa --about

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.

Sample config:

{
  "email": "[email protected]",
  "password": "******************",
  "base_url": "your_meda_url",
}

Source Authentication and Authorization

Usage

You can easily run tap-medusa by itself or in a pipeline.

Executing the Tap Directly

tap-medusa --version
tap-medusa --help
tap-medusa --config CONFIG --discover > ./catalog.json

Initialize your Development Environment

pipx install poetry
poetry install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages