ViewpointPro.Client 7.5.0

dotnet add package ViewpointPro.Client --version 7.5.0
                    
NuGet\Install-Package ViewpointPro.Client -Version 7.5.0
                    
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="ViewpointPro.Client" Version="7.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ViewpointPro.Client" Version="7.5.0" />
                    
Directory.Packages.props
<PackageReference Include="ViewpointPro.Client" />
                    
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 ViewpointPro.Client --version 7.5.0
                    
#r "nuget: ViewpointPro.Client, 7.5.0"
                    
#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 ViewpointPro.Client@7.5.0
                    
#: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=ViewpointPro.Client&version=7.5.0
                    
Install as a Cake Addin
#tool nuget:?package=ViewpointPro.Client&version=7.5.0
                    
Install as a Cake Tool

ViewpointPro.Client

This client package aims to facilitate the integration with the Viewpoint Pro api.

Getting started

Download the package to include it in your project and enjoy 😃

Usage ViewpointPro.Client

The package contains the following clients:

  • VppClient - Integrate with common api:s like search, download, upload and more.
  • VppUtilsClient - Integrate with utility services.
  • VppDebugClient - Integrate with debug api:s in order to test the error handling of Viewpoint and your own system.
  • VppMaintenanceClient - Used to access the maintenance services. In order to use it the client must have Admin accessibility.

You can choose to use the VppRecycleClient to get a client. The VppRecycleClient will maintain a cache of clients where you get and recycle clients on your needs. You can also choose to new up a client and maintain it yourself. All client calls are wrapped in a Polly retry policy appropriate for the Viewpoint service.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ViewpointPro.Client:

Package Downloads
ViewpointPro.IntegrationTests

Package Description

Metaforce.WebEditor.Api.Client

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.5.0 75 2/23/2026
7.4.1-beta 112 12/12/2025
7.4.0 933 12/12/2025
7.4.0-beta 114 12/12/2025
7.3.0-beta 251 11/10/2025
7.2.5 336 11/10/2025
7.2.4 954 1/10/2025
7.2.3 244 1/9/2025
7.2.2 252 1/8/2025
7.2.1 248 1/8/2025
7.2.1-beta 128 11/16/2024
7.2.0 1,077 11/16/2024
7.2.0-beta 128 11/15/2024
7.1.0 325 11/5/2024
7.1.0-beta 129 11/5/2024
7.0.1 239 10/27/2024
7.0.0 226 10/24/2024
7.0.0-beta 122 10/21/2024
6.3.2 2,012 8/28/2024
6.3.1 319 8/11/2024
Loading failed