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
Release with security and functionality updates (#1021)
Switched to using defused_xml for xml attack protection
added linting and type hints
improve experience with self-signed certificates/invalid ssl
updated samples
new item types: metrics, revisions for datasources and workbooks
features: support adding flows to schedules, exporting workbooks to powerpoint
fixes: delete extracts
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ Use the Tableau Server Client (TSC) library to increase your productivity as you
8
8
* Create users and groups.
9
9
* Query projects, sites, and more.
10
10
11
-
This repository contains Python source code and sample files. Python versions 3.6 and up are supported.
11
+
This repository contains Python source code for the library and sample files showing how to use it. Python versions 3.6 and up are supported.
12
+
13
+
To see sample code that works directly with the REST API (in Java, Python, or Postman), visit the [REST API Samples](https://github.com/tableau/rest-api-samples) repo.
12
14
13
15
For more information on installing and using TSC, see the documentation:
0 commit comments