Conversation
erinkcochran87
suggested changes
Dec 17, 2020
| @@ -0,0 +1,104 @@ | |||
| --- | |||
| tap: "x-y" | |||
| version: "1.0" | |||
Contributor
There was a problem hiding this comment.
Suggested change
| version: "1.0" | |
| version: "1" |
Comment on lines
+14
to
+16
| api-method: | ||
| name: "" | ||
| doc-link: "" |
Contributor
There was a problem hiding this comment.
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" | |||
Contributor
There was a problem hiding this comment.
Suggested change
| version: "1.0" | |
| version: "1" |
| @@ -0,0 +1,137 @@ | |||
| --- | |||
| tap: "x-y" | |||
| version: "1.0" | |||
Contributor
There was a problem hiding this comment.
Suggested change
| 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. |
Contributor
There was a problem hiding this comment.
Suggested change
| 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. |
Contributor
There was a problem hiding this comment.
Suggested change
| 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" | |||
Contributor
There was a problem hiding this comment.
Suggested change
| version: "1.0" | |
| version: "1" |
| --- | ||
| tap: "x-y" | ||
| version: "1.0" | ||
| key: "sale" |
Contributor
There was a problem hiding this comment.
Suggested change
| key: "sale" | |
| key: "sale-order-line" |
Comment on lines
+3
to
+4
| version: "1.0" | ||
| key: "stock" |
Contributor
There was a problem hiding this comment.
Suggested change
| version: "1.0" | |
| key: "stock" | |
| version: "1" | |
| key: "stock-transfer" |
Comment on lines
+3
to
+4
| version: "1.0" | ||
| key: "inventory" |
Contributor
There was a problem hiding this comment.
Suggested change
| version: "1.0" | |
| key: "inventory" | |
| version: "1" | |
| key: "inventory-movement" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds documentation for the new X-Y integration.