TableauAPI 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package TableauAPI --version 1.1.1
                    
NuGet\Install-Package TableauAPI -Version 1.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TableauAPI" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TableauAPI" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="TableauAPI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TableauAPI --version 1.1.1
                    
#r "nuget: TableauAPI, 1.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TableauAPI@1.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TableauAPI&version=1.1.1
                    
Install as a Cake Addin
#tool nuget:?package=TableauAPI&version=1.1.1
                    
Install as a Cake Tool

An implementation of the Tableau REST API in C# distributed as a NuGet package.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.6.0 3,458 6/16/2023
1.5.5 749 12/13/2022
1.5.4 451 11/10/2022
1.5.3 515 10/20/2022
1.5.2 1,248 10/12/2022
1.5.1 711 9/2/2022
1.5.0 567 8/17/2022
1.4.9 3,348 9/24/2021
1.4.8 461 9/23/2021
1.4.7 480 9/7/2021
1.4.6 480 9/7/2021
1.4.5 477 9/3/2021
1.4.4 590 7/23/2021
1.4.3 577 5/17/2021
1.4.2 504 5/13/2021
1.4.1 537 4/27/2021
1.4.0 545 4/12/2021
1.3.11 506 4/9/2021
1.3.10 528 3/31/2021
1.3.9 567 3/30/2021
1.3.8 507 3/30/2021
1.3.7 519 3/30/2021
1.3.6 555 3/23/2021
1.3.5 745 3/23/2021 1.3.5 is deprecated because it has critical bugs.
1.3.4 1,109 11/6/2020
1.3.3 632 11/5/2020
1.3.2 612 11/5/2020
1.3.1 717 8/26/2020
1.3.0 640 8/26/2020
1.2.1 1,361 5/21/2019
1.2.0 852 4/27/2019
1.1.7 2,163 12/22/2017
1.1.6 1,565 2/26/2017
1.1.5 1,775 4/19/2016
1.1.4 1,448 4/19/2016
1.1.3 1,329 4/19/2016
1.1.2 1,400 4/18/2016
1.1.1 1,328 4/13/2016
1.1.0 1,970 4/11/2016

Fixed bug on URL generation for the GetPreviewImage() method on the DownloadView request.