This message was deleted.
# general
s
This message was deleted.
f
onPut
isn’t in the Python SDK. You can construct the equivalent by creating the appropriate topic and notifications. Here’s a brief example: https://gist.github.com/leezen/a7e442df0b7dc44cf7ab181da35d46c5
r
Great! Thank you!
Just to be sure, is this because the Python SDK is still in development and the feature will be available in the future? If this is the case, would you say that some language has the most "complete" SDK for today's usage?
For example, I'm willing to change my project's language for NodeJS if the SDK provides me better approaches like the one I've cited.
g
The Python SDK is "stable" - same as Node, Go, and .NET. The Node/JS/TS language runtime makes it easy for us to add
onPut
and similar overlays whereas these are challenging or not possible in the other languages.
So if you're wanting to use these then the Node and TypeScript SDK will be your best option.