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
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
It seems like
None
is always passed asSaveOptions
for object manipulation calls, see for example (it's the first parameter toCreate
):https://github.com/ExactTarget/FuelSDK-Python/blob/master/FuelSDK/rest.py#L197
It would be really nice if options could be passed here somehow. In my specific case, I want to change
SaveAction
toUpdateAdd
per:http://help.exacttarget.com/en/technical_library/web_service_guide/technical_articles/updating_an_existing_subscriber_using_the_create_method_with_updateadd/
But I guess other
SaveOptions
could be useful too, so a general solution would be better.I currently solve this by constructing my own SOAP call, which I would rather not, since this SDK is so nice otherwise :)
The text was updated successfully, but these errors were encountered: