https://github.com/invoiced/tap-invoiced
Singer.io tap for extracting data from Invoiced.
https://github.com/invoiced/tap-invoiced
Last synced: over 1 year ago
JSON representation
Singer.io tap for extracting data from Invoiced.
- Host: GitHub
- URL: https://github.com/invoiced/tap-invoiced
- Owner: Invoiced
- License: agpl-3.0
- Created: 2019-03-17T18:04:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T18:44:06.000Z (over 7 years ago)
- Last Synced: 2025-02-01T23:35:37.220Z (over 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tap-invoiced
This is a [Singer](https://singer.io) tap that produces JSON-formatted data
following the [Singer
spec](https://github.com/singer-io/getting-started/blob/master/SPEC.md).
This tap:
- Pulls raw data from [Invoiced](https://invoiced.com)
- Extracts the following resources:
- [Credit Notes](https://invoiced.com/docs/api/#credit-note-object)
- [Customers](https://invoiced.com/docs/api/#customer-object)
- [Estimates](https://invoiced.com/docs/api/#estimate-object)
- [Invoices](https://invoiced.com/docs/api/#invoice-object)
- [Subscriptions](https://invoiced.com/docs/api/#subscription-object)
- [Transactions](https://invoiced.com/docs/api/#transaction-object)
- Outputs the schema for each resource
- Incrementally pulls data based on the input state
---
Copyright © 2019 Invoiced