Metadata-Version: 2.1
Name: tableau-api-lib
Version: 0.0.2
Summary: This library enables developers to call any method seen in Tableau Server's REST API documentation.
Home-page: https://github.com/divinorum-webb/tableau-api-lib
Author: Elliott Stam
Author-email: elliott.stam@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests (>2)
Requires-Dist: urllib3
Requires-Dist: requests-toolbelt (>=0.9.0)
Requires-Dist: bleach (>=3.0)

This library allows developers to call all methods as seen in Tableau Server's REST API reference.
Each method returns the corresponding HTTP response, providing among other things the status code and a JSON response body.

