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
In restclient.py:
Long-standing function post_to_file() sends payload as json=dataObj
New function post_to_stream() sends payload as data=dataObj (did not work using json=)
Need to understand this better and make them match if appropriate.