Skip to content

dreamdata-io/tap-dynamics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap-dynamics-crm

This is a Singer tap that produces JSON-formatted data following the Singer spec.

This tap:

Usage

To run tap-dynamics with the configuration file, use this command:

tap-dynamics -c config.json

Example config

{
  "start_date": "2017-09-10",
  "domain": "dreamdata.crm4",
  "client_id": "<client_id>",
  "client_secret": "<client_secret>",
  "redirect_uri": "<redirect_url>",
  "refresh_token": "<refresh_token>"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%