You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello all,
thanks for the great library.
I've notived since v2.0 the signature for domo.streams.create has change from: domo.streams.create(dataset, updatemethod)
to one parameter: domo.streams.create({dataSet: dataset, updateMethod: 'REPLACE'})
just a heads up if anyone else runs into this.
regards
Simon
The text was updated successfully, but these errors were encountered:
We tried to make sure the examples were updated accordingly. Hopefully, they helped and these breaking changes didn't cause you too much inconvenience.
Hello all,
thanks for the great library.
I've notived since v2.0 the signature for domo.streams.create has change from:
domo.streams.create(dataset, updatemethod)
to one parameter:
domo.streams.create({dataSet: dataset, updateMethod: 'REPLACE'})
just a heads up if anyone else runs into this.
regards
Simon
The text was updated successfully, but these errors were encountered: