SharpCloud.ClientAPI 1.4.0

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

// Install SharpCloud.ClientAPI as a Cake Tool
#tool nuget:?package=SharpCloud.ClientAPI&version=1.4.0

The SharpCloud API provides a mechanism for other IT systems to communicate directly with the SharpCloud database via an object model based interface.
The API can be used to both read data from and write data to SharpCloud. All objects within a SharpCloud story such as item or view data can be accessed via the API.
The current implementation enables loading, modifying and saving of changes to data within an existing SharpCloud story.

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
1.15.0 187 5/19/2023
1.14.0 271 1/16/2023
1.13.0 325 11/15/2022
1.12.0 417 9/2/2022
1.11.0 465 5/9/2022
1.10.1 495 3/30/2022
1.10.0 472 3/25/2022
1.9.0 457 3/17/2022
1.8.6 509 8/5/2021
1.8.5 406 7/22/2021
1.8.4 654 6/8/2020
1.8.3 520 6/2/2020
1.8.2 558 3/30/2020
1.8.1 601 2/13/2020
1.8.0 539 2/13/2020
1.7.1 639 10/14/2019
1.7.0 626 6/26/2019
1.6.0 599 6/24/2019
1.5.0 667 3/4/2019
1.4.0 723 2/5/2019
1.3.0 742 1/23/2019
1.2.0 749 1/17/2019
1.1.0 782 1/8/2019
1.0.39 755 1/8/2019
1.0.38 778 1/3/2019
1.0.37 727 12/7/2018
1.0.36 932 7/26/2018
1.0.35 862 7/26/2018
1.0.34 1,019 7/11/2018
1.0.33 1,065 5/16/2018
1.0.32 1,069 5/16/2018
1.0.31 1,022 1/30/2018
1.0.30 1,009 12/6/2017
1.0.29 916 12/5/2017
1.0.28 905 11/22/2017
1.0.27 965 7/24/2017
1.0.26 948 6/27/2017
1.0.25 1,031 4/27/2017
1.0.24 982 4/27/2017
1.0.23 1,069 2/9/2017
1.0.22 1,056 10/14/2016
1.0.21 1,010 9/30/2016
1.0.20 1,015 9/28/2016
1.0.19 1,007 9/28/2016
1.0.18 1,344 9/19/2016
1.0.17 1,287 8/2/2016
1.0.16 1,045 6/30/2016
1.0.15 1,032 6/29/2016
1.0.14 1,074 6/9/2016
1.0.13 1,017 6/7/2016
1.0.12 1,004 6/6/2016
1.0.11 1,008 6/6/2016
1.0.10 1,020 6/3/2016
1.0.9 1,032 5/20/2016
1.0.8 1,045 5/18/2016
1.0.7 1,057 4/8/2016
1.0.6 1,035 4/4/2016
1.0.5 1,014 4/4/2016
1.0.4 1,309 4/17/2015
1.0.3 1,068 3/25/2015
1.0.2 1,060 3/25/2015
1.0.1 1,097 3/25/2015
1.0.0 1,115 3/5/2015

* Bugfix: do not throw exception when one item of a relationship is null

* Add 'AsRelationship' to SC.API.ComInterop.Models.Relationship