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

can a newer version be pushed please?

The page [Retrieving Folder Details](https://code.exacttarget.com/apis-sdks/fuel-sdks/folders/folder-retrieve.html#pythongetfilter) references the property ET_Folder.filter. The correct name is "search_filter". I found this in the Python example tab but it may be in the other tabs...

Hey, I'm wondering if you guys noticed that when the Fuel SDK creates a SOAP request, it goes through extreme CPU usage. On a new macbook pro, it takes about...

The release notes for Java SDK are very clear how to add multiple rows to extension simultaneously. This python SDK is not clear. If it is possible to insert in...

## Problem When currently using `ET_Get` it is impossible to put a `Complex` filter inside a `Complex` filter. This makes writing actual complex queries useless as they won't work. For...

This adds ET_InteractionEvents to objects.py. ET_InterationEvents allows you to fire event for an interaction.

This adds the following types to objects.py - ET_PushMessageContact - ET_PushMessageContact_Deliveries And this adds objsamples/sample_pushmessage.py as a reference.

I have two questions about config.python and Windows. First, how can I "declare environment variables so you can input the ClientID and Client Secret values provided when you registered your...

The documentation at https://code.exacttarget.com/apis-sdks/fuel-sdks/subscribers/subscriber-retrieve.html#pythonpost lists that we should be able to limit the number of fields returned. It explicitly states the property 'ID' can be used. If a call lists...

I keep seeing the following error: ``` suds.client in process_reply ``` If I restart my celery workers, than the error goes away, but I'm not sure why the restart would...