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
Just wondering the justification for returning None rather than some data structure when calling `CustomerIO.identify?
Interest:
after calling io.identify, I would like to be returned a requests.Response or custom data structure that includes cio_id so I can record it in my db. Moreover, with a response object, it would be a way of validating a 200/201 response
Cheers
The text was updated successfully, but these errors were encountered:
Hey
Just wondering the justification for returning None rather than some data structure when calling `CustomerIO.identify?
Interest:
after calling
io.identify
, I would like to be returned arequests.Response
or custom data structure that includes cio_id so I can record it in my db. Moreover, with a response object, it would be a way of validating a 200/201 responseCheers
The text was updated successfully, but these errors were encountered: