tableau_api
tableau_api copied to clipboard
Add personal access token support
This adds support for authentication with personal access tokens as an alternative to the existing username + password and trusted ticket methods.
The API needed to be bumped to v3.6 to support this.
Things that should probably be done before merging:
- update VCR fixtures (I don't have a server setup to run the specs against at the moment)
- determine if there are any breaking issues changing from API version
3.1to3.6and add them to the CHANGELOG (I didn't see anything from a quick skim)