SharpCloud.ClientAPI
1.0.17
See the version list below for details.
dotnet add package SharpCloud.ClientAPI --version 1.0.17
NuGet\Install-Package SharpCloud.ClientAPI -Version 1.0.17
<PackageReference Include="SharpCloud.ClientAPI" Version="1.0.17" />
paket add SharpCloud.ClientAPI --version 1.0.17
#r "nuget: SharpCloud.ClientAPI, 1.0.17"
// Install SharpCloud.ClientAPI as a Cake Addin #addin nuget:?package=SharpCloud.ClientAPI&version=1.0.17 // Install SharpCloud.ClientAPI as a Cake Tool #tool nuget:?package=SharpCloud.ClientAPI&version=1.0.17
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Newtonsoft.Json (>= 8.0.3)
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 | 246 | 5/19/2023 |
1.14.0 | 310 | 1/16/2023 |
1.13.0 | 359 | 11/15/2022 |
1.12.0 | 448 | 9/2/2022 |
1.11.0 | 498 | 5/9/2022 |
1.10.1 | 530 | 3/30/2022 |
1.10.0 | 512 | 3/25/2022 |
1.9.0 | 498 | 3/17/2022 |
1.8.6 | 541 | 8/5/2021 |
1.8.5 | 439 | 7/22/2021 |
1.8.4 | 692 | 6/8/2020 |
1.8.3 | 550 | 6/2/2020 |
1.8.2 | 589 | 3/30/2020 |
1.8.1 | 631 | 2/13/2020 |
1.8.0 | 574 | 2/13/2020 |
1.7.1 | 673 | 10/14/2019 |
1.7.0 | 655 | 6/26/2019 |
1.6.0 | 629 | 6/24/2019 |
1.5.0 | 701 | 3/4/2019 |
1.4.0 | 761 | 2/5/2019 |
1.3.0 | 777 | 1/23/2019 |
1.2.0 | 781 | 1/17/2019 |
1.1.0 | 819 | 1/8/2019 |
1.0.39 | 786 | 1/8/2019 |
1.0.38 | 810 | 1/3/2019 |
1.0.37 | 752 | 12/7/2018 |
1.0.36 | 965 | 7/26/2018 |
1.0.35 | 896 | 7/26/2018 |
1.0.34 | 1,047 | 7/11/2018 |
1.0.33 | 1,097 | 5/16/2018 |
1.0.32 | 1,108 | 5/16/2018 |
1.0.31 | 1,054 | 1/30/2018 |
1.0.30 | 1,042 | 12/6/2017 |
1.0.29 | 951 | 12/5/2017 |
1.0.28 | 937 | 11/22/2017 |
1.0.27 | 1,005 | 7/24/2017 |
1.0.26 | 982 | 6/27/2017 |
1.0.25 | 1,062 | 4/27/2017 |
1.0.24 | 1,024 | 4/27/2017 |
1.0.23 | 1,099 | 2/9/2017 |
1.0.22 | 1,089 | 10/14/2016 |
1.0.21 | 1,046 | 9/30/2016 |
1.0.20 | 1,052 | 9/28/2016 |
1.0.19 | 1,039 | 9/28/2016 |
1.0.18 | 1,381 | 9/19/2016 |
1.0.17 | 1,322 | 8/2/2016 |
1.0.16 | 1,077 | 6/30/2016 |
1.0.15 | 1,068 | 6/29/2016 |
1.0.14 | 1,107 | 6/9/2016 |
1.0.13 | 1,045 | 6/7/2016 |
1.0.12 | 1,045 | 6/6/2016 |
1.0.11 | 1,039 | 6/6/2016 |
1.0.10 | 1,051 | 6/3/2016 |
1.0.9 | 1,068 | 5/20/2016 |
1.0.8 | 1,078 | 5/18/2016 |
1.0.7 | 1,088 | 4/8/2016 |
1.0.6 | 1,066 | 4/4/2016 |
1.0.5 | 1,047 | 4/4/2016 |
1.0.4 | 1,348 | 4/17/2015 |
1.0.3 | 1,107 | 3/25/2015 |
1.0.2 | 1,097 | 3/25/2015 |
1.0.1 | 1,135 | 3/25/2015 |
1.0.0 | 1,151 | 3/5/2015 |
Added ability to get and set attribute prefix and suffix. Added ability to get attribute colour from list. Converted item/story URI to new html format (from silverlight). Added ability to find resource by URI. Changed default behaviour when creating an item NOT to create default attributes.