inQuiry 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package inQuiry --version 0.1.0
NuGet\Install-Package inQuiry -Version 0.1.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="inQuiry" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add inQuiry --version 0.1.0
#r "nuget: inQuiry, 0.1.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.
// 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 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.

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
0.2.0 1,132 6/28/2017
0.1.0 974 5/31/2017

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.