tableau_api icon indicating copy to clipboard operation
tableau_api copied to clipboard

Ruby interface to the Tableau API

Results 3 tableau_api issues
Sort by recently updated
recently updated
newest added

I have faced a conflict few days ago with using the API wrapper. So, I used `>=` for rubyzip library and also the ruby version to allow me use the...

Add `get_groups` method to [get groups for a user](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm#get_groups_for_a_user). The API needed to be bumped to v3.7 to support this. Things that should probably be done before merging: - update...

This adds support for authentication with [personal access tokens](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_concepts_auth.htm#make-a-sign-in-request-with-a-personal-access-token) as an alternative to the existing username + password and trusted ticket methods. The API needed to be bumped to v3.6...