IntelligentPlant.IndustrialAppStore.HttpClient 3.5.0-pre.414

This is a prerelease version of IntelligentPlant.IndustrialAppStore.HttpClient.
dotnet add package IntelligentPlant.IndustrialAppStore.HttpClient --version 3.5.0-pre.414
                    
NuGet\Install-Package IntelligentPlant.IndustrialAppStore.HttpClient -Version 3.5.0-pre.414
                    
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="IntelligentPlant.IndustrialAppStore.HttpClient" Version="3.5.0-pre.414" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IntelligentPlant.IndustrialAppStore.HttpClient" Version="3.5.0-pre.414" />
                    
Directory.Packages.props
<PackageReference Include="IntelligentPlant.IndustrialAppStore.HttpClient" />
                    
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 IntelligentPlant.IndustrialAppStore.HttpClient --version 3.5.0-pre.414
                    
#r "nuget: IntelligentPlant.IndustrialAppStore.HttpClient, 3.5.0-pre.414"
                    
#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.
#addin nuget:?package=IntelligentPlant.IndustrialAppStore.HttpClient&version=3.5.0-pre.414&prerelease
                    
Install IntelligentPlant.IndustrialAppStore.HttpClient as a Cake Addin
#tool nuget:?package=IntelligentPlant.IndustrialAppStore.HttpClient&version=3.5.0-pre.414&prerelease
                    
Install IntelligentPlant.IndustrialAppStore.HttpClient as a Cake Tool

IntelligentPlant.IndustrialAppStore.HttpClient

Extends the IntelligentPlant.DataCore.HttpClient library to allow Industrial App Store-specific APIs to be called.

Please consider using one of the following packages instead to simplify configuration of Data Core API client applications:

Package App Type Description
IntelligentPlant.IndustrialAppStore.AspNetCore ASP.NET Core Provides a strongly-typed client for querying the Industrial App Store Data API, an authentication handler that is pre-configured to use the Industrial App Store for authentication, and additional services and middlewares for implementing features such as Content Security Policies.
IntelligentPlant.IndustrialAppStore.CommandLine CLI Provides a strongly-typed client for querying the Industrial App Store Data API, and services for authenticating with the Industrial App Store using the OAuth 2.0 device code authorization flow.
IntelligentPlant.IndustrialAppStore.Templates Provides project templates for dotnet new and Visual Studio for creating apps that are pre-configured to use one of the two above packages.

Getting Started

When creating an Industrial App Store API client that will use a fixed authentication header (e.g. in a LINQPad script), the authentication header can be set using the default headers collection of the HttpClient that the IAS API client will use:

var httpClient = new HttpClient();
httpClient.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue(
    "Bearer",
    "<SOME_TOKEN>"
);

var options = new IndustrialAppStoreHttpClientOptions();
var client = new IndustrialAppStoreHttpClient(httpClient, options);

var dataSources = await client.DataSources.GetDataSourcesAsync();
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on IntelligentPlant.IndustrialAppStore.HttpClient:

Package Downloads
IntelligentPlant.IndustrialAppStore.Authentication

ASP.NET Core authentication handler for Intelligent Plant's Industrial App Store.

IntelligentPlant.IndustrialAppStore.DependencyInjection

Types and extensions for registering Industrial App Store API client services with Microsoft.Extensions.DependencyInjection.

IntelligentPlant.IndustrialAppStore.CommandLine

Types and extensions for building Intelligent Plant Industrial App Store command-line applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.5.0-pre.414 107 5/20/2025
3.5.0-pre.409 67 5/9/2025
3.4.1 220 4/8/2025
3.4.0 214 4/8/2025
3.3.0 165 2/28/2025
3.3.0-pre.382 56 2/26/2025
3.2.0 170 2/3/2025
3.1.0 201 12/12/2024
3.0.0 169 11/27/2024
3.0.0-pre.361 57 11/20/2024
3.0.0-pre.358 56 11/20/2024
3.0.0-pre.351 60 11/15/2024
3.0.0-pre.348 68 11/11/2024
3.0.0-pre.339 62 11/7/2024
3.0.0-pre.328 78 10/31/2024
3.0.0-pre.320 56 10/31/2024
2.3.0-pre.293 91 2/6/2024
2.3.0-pre.280 129 3/28/2023
2.3.0-pre.269 158 9/9/2022
2.3.0-pre.259 143 6/28/2022
2.3.0-pre.256 154 6/27/2022
2.3.0-pre.236 149 3/24/2022
2.2.3 140 10/29/2024
2.2.2 145 10/10/2024
2.2.1 968 5/11/2022
2.2.0 891 3/10/2022
2.1.0 935 2/23/2022
2.1.0-alpha.220 153 2/23/2022
2.1.0-alpha.216 145 2/23/2022
2.1.0-alpha.213 145 2/22/2022
2.1.0-alpha.210 141 2/22/2022
2.1.0-alpha.207 146 2/22/2022
2.0.0 903 2/17/2022
2.0.0-beta.195 145 2/17/2022
2.0.0-beta.175 153 2/10/2022
2.0.0-beta.171 144 2/9/2022
2.0.0-beta.165 162 1/13/2022
2.0.0-beta.162 155 1/6/2022
2.0.0-beta.158 159 1/5/2022
2.0.0-alpha.148 199 11/12/2021
2.0.0-alpha.139 187 11/11/2021
1.4.0 727 7/14/2021
1.2.1 647 4/7/2021
1.2.0 647 2/8/2021
1.1.0 658 1/18/2021
1.0.2 563 12/3/2020
1.0.1 564 12/3/2020
1.0.0 615 10/13/2020
1.0.0-alpha32 484 8/7/2020
1.0.0-alpha29 443 7/13/2020
1.0.0-alpha27 431 7/10/2020
1.0.0-alpha25 475 7/10/2020
1.0.0-alpha22 499 7/10/2020