tableau_api icon indicating copy to clipboard operation
tableau_api copied to clipboard

Add personal access token support

Open jonknapp opened this issue 4 years ago • 0 comments

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.1 to 3.6 and add them to the CHANGELOG (I didn't see anything from a quick skim)

jonknapp avatar Oct 30 '21 12:10 jonknapp