inQuiry 0.1.0
See the version list below for details.
dotnet add package inQuiry --version 0.1.0
NuGet\Install-Package inQuiry -Version 0.1.0
<PackageReference Include="inQuiry" Version="0.1.0" />
paket add inQuiry --version 0.1.0
#r "nuget: inQuiry, 0.1.0"
// Install inQuiry as a Cake Addin #addin nuget:?package=inQuiry&version=0.1.0 // Install inQuiry as a Cake Tool #tool nuget:?package=inQuiry&version=0.1.0
inQuiry is an F# type provider for inRiver PIM. The purpose is to provide a strongly typed alternative to the Remoting API that requires less coding, ease of use and security. This is done by generating types in compile time that will supply most of the boilerplate coding needed for the Remoting API.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- System.ValueTuple (>= 4.3.0 && < 4.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This first release of inQuiry is more of a prototype than a complete library. It
is proven that's possible to create a type provider with inRiver as target and
the library actually provides the promises of less code, ease of use and security.
This release focuses on creating entities in inRiver. You can create new entities
and save them. Functionality that has been omitted is being able to get existing
entities from inRiver, updating, deleting or to query for entities. This will come
in a later release.