FuelSDK-Python icon indicating copy to clipboard operation
FuelSDK-Python copied to clipboard

FuelSDK for python

Results 77 FuelSDK-Python issues
Sort by recently updated
recently updated
newest added

This feature appears not be supported. The ET_Get() class in the rest.py file does not set the 'ClientIDs' and 'QueryAllAccounts' properties of the 'RetrieveRequest' Object. It should expose those params...

Nice wrapper, but I can't seem to find a reference to do an Extract request, only create, update and delete. Would it be possible to implement this? Thanks.

enhancement

Is it possible to make asynchronous calls with FuelSDK? There's an article about it in the [docs](https://code.exacttarget.com/apis-sdks/soap-api/asynchronous-processing.html). I can't tell though if it's outdated. I'd like to get a bunch...

Updated to 0.9.3 from 0.9.2 and Triggered Sends started failing. Using code example from docs. Throw from FuelSDK/objects.py:127 .

Based on a request, "How to do "Perform Email Send operation in python? I didn't find using python in following link:" https://help.exacttarget.com/en/technical_library/web_service_guide/technical_articles/creating_performing_and_deleting_email_send_definitions/

It seems like `None` is always passed as `SaveOptions` for object manipulation calls, see for example (it's the first parameter to `Create`): https://github.com/ExactTarget/FuelSDK-Python/blob/master/FuelSDK/rest.py#L197 It would be really nice if options...

enhancement

I just added some unit tests to another API client I use in my project. I used an excellent HTTP server mock utility called HTTPretty. It makes it easy to...

enhancement