inmation-api-client
1.4.0
dotnet add package inmation-api-client --version 1.4.0
NuGet\Install-Package inmation-api-client -Version 1.4.0
<PackageReference Include="inmation-api-client" Version="1.4.0" />
paket add inmation-api-client --version 1.4.0
#r "nuget: inmation-api-client, 1.4.0"
// Install inmation-api-client as a Cake Addin
#addin nuget:?package=inmation-api-client&version=1.4.0
// Install inmation-api-client as a Cake Tool
#tool nuget:?package=inmation-api-client&version=1.4.0
A client library for the inmation Web API. This API client can only be used with the inmation Web API server.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- Newtonsoft.Json (>= 9.0.1)
-
.NETFramework 4.6.2
- Newtonsoft.Json (>= 9.0.1)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 9.0.1)
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.4.0 | 1,388 | 10/28/2021 |
1.3.2 | 5,462 | 2/6/2020 |
1.3.1 | 419 | 1/22/2020 |
1.2.2 | 2,017 | 1/25/2019 |
1.2.1 | 726 | 1/18/2019 |
1.2.0 | 754 | 1/16/2019 |
1.1.1 | 808 | 10/24/2018 |
1.1.0 | 706 | 10/23/2018 |
1.0.0 | 974 | 8/20/2018 |
0.9.4 | 1,284 | 4/6/2018 |
0.9.3 | 901 | 3/26/2018 |
0.9.2 | 1,120 | 2/13/2018 |
0.9.1 | 1,047 | 2/7/2018 |
0.9.0 | 1,029 | 2/1/2018 |
0.3.3 | 1,160 | 12/11/2017 |
0.3.2 | 905 | 12/11/2017 |
0.3.1 | 887 | 12/5/2017 |
0.2.0 | 1,170 | 8/31/2017 |
- Fixed issue in auto reconnect feature when the WebSocket connection was forcibly closed by the Web API.
- Improved WebSocket response data processing. Contains a fix for the error 'Failed deserialize HTTP response: Buffer cannot be null. Parameter name: buffer'.
- Made per request authentication obsolete.
- Added option 'disconnect_on_access_denied' to be able to force the Web API to keep the WebSocket connection open in an unauthorized state when an authentication request results in an access denied (401) response.
- Added the DataStore option to the Annotate, Query and Update Batch Production Records methods to support Custom Production Tracking Data Stores.
- Added support for audit trail comments.
- Added support for Query Audit Trail endpoint.
- Added support to re-authenticate.
- Added support for Upload File endpoint.
- Added support for Read File Metadata endpoint.
- Added support for Write File Metadata endpoint.
- Added support for Delete File endpoint.