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

The `ID` field in the propslist for ET_OpenEvent is set to 0 when the value exceeds the 32 bit range. i.e., The `ID` field was unique and auto-incrementing for a...

I'm attempting to use a filter with left and right operands, but I get a KeyError: 'LeftOperand': `getFolder.search_filter = {'leftOperand': {'Property': 'Name', 'SimpleOperator': 'equal', 'Value': 'MyTestEmails'}, 'LogicalOperator': 'and', 'rightOperand': {'Property':...

GitHub and PyPi seem to be out of sync. 0.9.3 is the only version on PyPi, but isn't tagged on github. 0.9.4 is the most recent tagged release on GitHub,...

I see the python3-support branch, and I can develop against it locally, but the version on PyPI doesn't support Python 3. Can you please release a version that works for...

So, the problem is that with C# I could solve this issue with the following code: ```C# private SoapClient CreateETFrameworkBinding(string endpointAddress, string username, string password) { // Create the binding...

We're having issues trying to create **Import Definitions** with the FuelSDK for Python. We've managed to add another class in the **objects.py** class. Which allows us to read and delete....

Rest routes use Requests module, added logging on urllib3 when debug is on.