XY/v1 by jazsmi · Pull Request #597 · stitchdata/docs
| @@ -0,0 +1,104 @@ | |||
| --- | |||
| tap: "x-y" | |||
| version: "1.0" | |||
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| version: "1.0" | |
| version: "1" |
Comment on lines +14 to +16
| api-method: | ||
| name: "" | ||
| doc-link: "" |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know XY doesn't have public docs, so it's fine that this isn't filled out. When this isn't being used, please comment it out. That way it won't create an empty field when Jekyll builds the site.
| @@ -0,0 +1,96 @@ | |||
| --- | |||
| tap: "x-y" | |||
| version: "1.0" | |||
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| version: "1.0" | |
| version: "1" |
| @@ -0,0 +1,137 @@ | |||
| --- | |||
| tap: "x-y" | |||
| version: "1.0" | |||
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| version: "1.0" | |
| version: "1" |
Comment on lines +9 to +12
| description: "" | ||
|
|
||
| replication-method: | | ||
| The `{{ table.name }}` table contains information about invoices in your {{ integration.display_name }} account. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| description: "" | |
| replication-method: | | |
| The `{{ table.name }}` table contains information about invoices in your {{ integration.display_name }} account. | |
| description: | | |
| The `{{ table.name }}` table contains information about invoices in your {{ integration.display_name }} account. | |
| replication-method: "Key-based Incremental" |
Comment on lines +9 to +12
| description: "" | ||
|
|
||
| replication-method: | | ||
| The `{{ table.name }}` table contains information about items in your {{ integration.display_name }} account. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| description: "" | |
| replication-method: | | |
| The `{{ table.name }}` table contains information about items in your {{ integration.display_name }} account. | |
| description: | | |
| The `{{ table.name }}` table contains information about items in your {{ integration.display_name }} account. | |
| replication-method: "Key-based Incremental" |
| @@ -0,0 +1,142 @@ | |||
| --- | |||
| tap: "x-y" | |||
| version: "1.0" | |||
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| version: "1.0" | |
| version: "1" |
| --- | ||
| tap: "x-y" | ||
| version: "1.0" | ||
| key: "sale" |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| key: "sale" | |
| key: "sale-order-line" |
Comment on lines +3 to +4
| version: "1.0" | ||
| key: "stock" |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| version: "1.0" | |
| key: "stock" | |
| version: "1" | |
| key: "stock-transfer" |
Comment on lines +3 to +4
| version: "1.0" | ||
| key: "inventory" |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| version: "1.0" | |
| key: "inventory" | |
| version: "1" | |
| key: "inventory-movement" |