Expand output binding invocation docs#1652
Conversation
Signed-off-by: Alexander Trauzzi <acj@trauzzi.me>
Signed-off-by: Alexander Trauzzi <acj@trauzzi.me>
|
|
||
| {{% alert title="Important" color="warning" %}} | ||
| Bindings differ in the shape of data they expect, take special note and ensure that the data you | ||
| are sending is handled accordingly. |
There was a problem hiding this comment.
I might instead call out of the importance of ensuring that whichever approach you're using to serialize the data, you should be clear that you're using the same approach to deserialize it.
There was a problem hiding this comment.
I can add that, though I don't want to imply that you're always the one responsible for the deserialization (think SFTP component).
alicejgibbons
left a comment
There was a problem hiding this comment.
small verbiage changes and then agree with what Whit has said
Signed-off-by: Alexander Trauzzi <acj@trauzzi.me>
WhitWaldo
left a comment
There was a problem hiding this comment.
Looks great - thank you for putting this together!
|
@holopin-bot @atrauzzi sdk-badge Thank you! Here's a digital badge as a small token of appreciation. |
|
Congratulations @atrauzzi, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cmqbf6xcv000tjl04clar4mhd This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
Description
Expanded the documentation for calling output bindings to call out some serialzation and encoding differences.