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
Copy file name to clipboardExpand all lines: README.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,21 @@
1
-
# FuelSDK-Python v1.3.0
1
+
# FuelSDK-Python v1.3.1
2
2
3
3
Salesforce Marketing Cloud Fuel SDK for Python
4
4
5
+
This is a fork of the original repo,
6
+
the original repo is not maintained, so I decided to fork and maintain.
7
+
5
8
## Overview
6
9
7
10
The Fuel SDK for Python provides easy access to Salesforce Marketing Cloud's Fuel API Family services, including a collection of REST APIs and a SOAP API. These APIs provide access to Salesforce Marketing Cloud functionality via common collection types such as array/hash.
8
11
12
+
New Features in Version 1.3.1
13
+
------------
14
+
* Removed dependency on suds-jurko due to setuptools>=58.0.0 not supporting 2to3, pointed to suds-community
15
+
* Removed wsgiref because it is part of the standard lib
16
+
* Removed distribute as it is part of setuptools.
17
+
18
+
9
19
New Features in Version 1.3.0
10
20
------------
11
21
* Added Refresh Token support for OAuth2 authentication
0 commit comments