All Projects → singer-io → Tap Hubspot

singer-io / Tap Hubspot

Licence: agpl-3.0

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Tap Hubspot

node-bogota
🚀 Run tape tests concurrently with tap-spec output
Stars: ✭ 15 (-55.88%)
Mutual labels:  tap
Homebrew Bundle
📦 Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.
Stars: ✭ 3,940 (+11488.24%)
Mutual labels:  tap
Awesome Tap
Useful resources for the Test Anything Protocol
Stars: ✭ 543 (+1497.06%)
Mutual labels:  tap
Tap Spec
Formatted TAP output like Mocha's spec reporter
Stars: ✭ 268 (+688.24%)
Mutual labels:  tap
Doctest
An experimental tool for testing Swift example code in documentation.
Stars: ✭ 358 (+952.94%)
Mutual labels:  tap
Ybattributetexttapaction
一行代码添加文本点击事件/a fast way to implement click event text
Stars: ✭ 430 (+1164.71%)
Mutual labels:  tap
Rocket-Notes
The World's Fastest Note Taking App. Fast. Simple. Create a note in one tap! Create image and text notes directly from your home screen!
Stars: ✭ 20 (-41.18%)
Mutual labels:  tap
Istanbuljs
monorepo containing the various nuts and bolts that facilitate istanbul.js test instrumentation
Stars: ✭ 656 (+1829.41%)
Mutual labels:  tap
Baretest
An extremely fast and simple JavaScript test runner.
Stars: ✭ 364 (+970.59%)
Mutual labels:  tap
Tap
1Kb library for easy unified handling of user interactions such as mouse, touch and pointer events.
Stars: ✭ 541 (+1491.18%)
Mutual labels:  tap
Showtime
The easiest way to show off your iOS taps and gestures for demos and videos.
Stars: ✭ 281 (+726.47%)
Mutual labels:  tap
Zora
Lightest, yet Fastest Javascript test runner for nodejs and browsers
Stars: ✭ 356 (+947.06%)
Mutual labels:  tap
Exodus
network proxy and tunnel (VPN)
Stars: ✭ 432 (+1170.59%)
Mutual labels:  tap
Hover On Touch
A pure Javascript Plugin for an alternative hover function that works on mobile and desktop devices. It triggers a hover css class on »Taphold« and goes to a possible link on »Tap«. It works with all html elements.
Stars: ✭ 256 (+652.94%)
Mutual labels:  tap
Any Touch
👋 手势库, 按需2kb~5kb, 兼容PC / 移动端
Stars: ✭ 567 (+1567.65%)
Mutual labels:  tap
tap-xunit
TAP to xUnit XML converter
Stars: ✭ 40 (+17.65%)
Mutual labels:  tap
Ava
Node.js test runner that lets you develop with confidence 🚀
Stars: ✭ 19,458 (+57129.41%)
Mutual labels:  tap
Mini Test.c
Minimalistic portable test runner for C projects
Stars: ✭ 12 (-64.71%)
Mutual labels:  tap
Pgtap
PostgreSQL Unit Testing Suite
Stars: ✭ 631 (+1755.88%)
Mutual labels:  tap
Goss
Quick and Easy server testing/validation
Stars: ✭ 4,550 (+13282.35%)
Mutual labels:  tap

tap-hubspot

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

This tap:

Configuration

This tap requires a config.json which specifies details regarding OAuth 2.0 authentication, a cutoff date for syncing historical data, and an optional flag which controls collection of anonymous usage metrics. See config.sample.json for an example. You may specify an API key instead of OAuth parameters for development purposes, as detailed below.

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

› tap-hubspot -c my-config.json

API Key Authentication (for development)

As an alternative to OAuth 2.0 authentication during development, you may specify an API key (HAPIKEY) to authenticate with the HubSpot API. This should be used only for low-volume development work, as the HubSpot API Usage Guidelines specify that integrations should use OAuth for authentication.

To use an API key, include a hapikey configuration variable in your config.json and set it to the value of your HubSpot API key. Any OAuth authentication parameters in your config.json will be ignored if this key is present!


Copyright © 2017 Stitch

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].