BiExcellence.OpenBi.Api.Blog 0.0.45-ci.14377

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

// Install BiExcellence.OpenBi.Api.Blog as a Cake Tool
#tool nuget:?package=BiExcellence.OpenBi.Api.Blog&version=0.0.45-ci.14377&prerelease

BiExcellence.OpenBi.Api.Blog

Includes APIs to get / create / delete blogs and blog articles in open bi Respository Servers.

Usage

using BiExcellence.OpenBi.Api.Commands.Blogs;
var blogs = await session.GetBlogsAsync(cancellationToken);
var blog = await session.GetBlogByIdAsync(id, cancellationToken);

var newBlog = new Blog { Name = "New Name", Description = "New Description" };

await session.CreateBlogAsync(newBlog, cancellationToken);

await session.DeleteBlogAsync(newBlog, cancellationToken);
var blogArticles = await session.GetBlogArticles(blog, cancellationToken);

var newBlogArticle = new BlogArticle { Name = "New Name", Description = "New Description" };

await session.CreateBlogArticleAsync(blog, newBlogArticle, cancellationToken);

await session.DeleteBlogArticleAsync(newBlogArticle, cancellationToken);
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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.0.45-ci.14416 43 6/2/2024
0.0.45-ci.14414 39 5/31/2024
0.0.45-ci.14377 62 5/23/2024
0.0.45-ci.14376 35 5/23/2024
0.0.45-ci.14351 44 5/21/2024
0.0.45-ci.14331 54 5/15/2024
0.0.45-ci.14124 63 4/25/2024
0.0.45-ci.14033 61 4/13/2024
0.0.45-ci.13804 63 3/20/2024
0.0.45-ci.13743 46 3/14/2024
0.0.45-ci.13689 57 3/7/2024
0.0.45-ci.13688 38 3/7/2024
0.0.45-ci.13687 41 3/7/2024
0.0.45-ci.13685 40 3/7/2024
0.0.45-ci.13684 49 3/7/2024
0.0.44-ci-13527 69 2/11/2024
0.0.44-ci-13362 84 1/13/2024
0.0.44-ci-13101 128 12/15/2023
0.0.44-ci-12837 93 11/17/2023
0.0.44-ci-12746 71 11/4/2023
0.0.44-ci-12516 107 10/2/2023
0.0.44-ci-12514 69 10/2/2023
0.0.44-ci-12371 75 9/15/2023
0.0.44-ci-12095 76 8/12/2023
0.0.44-ci-12078 75 8/10/2023
0.0.44-ci-11834 86 7/19/2023
0.0.44-ci-11274 82 4/24/2023
0.0.44-ci-10785 95 3/1/2023
0.0.44-ci-10361 111 1/6/2023
0.0.44-ci-10144 250 11/20/2022
0.0.44-ci.13683 43 3/7/2024
0.0.44-ci.13679 51 3/5/2024
0.0.43-ci-10037 96 11/1/2022
0.0.42-ci-9858 118 9/26/2022
0.0.42-ci-9833 118 9/21/2022
0.0.42-ci-9799 107 8/31/2022
0.0.42-ci-9793 147 8/26/2022
0.0.42-ci-9770 117 8/20/2022
0.0.42-ci-9766 115 8/18/2022
0.0.42-ci-9763 122 8/17/2022
0.0.42-ci-9757 117 8/16/2022
0.0.42-ci-9755 119 8/16/2022
0.0.42-ci-9750 127 8/13/2022
0.0.42-ci-9749 116 8/13/2022
0.0.42-ci-9745 124 8/11/2022
0.0.42-ci-10034 100 11/1/2022
0.0.41-ci-9718 143 8/6/2022
0.0.41-ci-9715 122 8/6/2022
0.0.41-ci-9714 115 8/6/2022
0.0.40-ci-9639 113 7/23/2022
0.0.40-ci-9635 139 7/22/2022
0.0.40-ci-9613 134 7/17/2022
0.0.40-ci-9560 147 7/10/2022
0.0.30-ci-9543 130 7/4/2022
0.0.30-ci-9502 137 6/23/2022
0.0.29-ci-9501 117 6/23/2022
0.0.29-ci-9471 129 6/14/2022
0.0.28-ci-9409 126 5/25/2022
0.0.28-ci-9063 323 2/6/2022
0.0.28-ci-9062 129 2/6/2022
0.0.28-ci-8937 149 1/1/2022
0.0.28-ci-7ef2e29d087c0c861... 150 12/20/2021
0.0.28-ci-0dbfeaa779f651d57... 131 12/25/2021
0.0.27-ci-cc5208f2acb657039... 217 10/16/2021
0.0.27-ci-bc25b02dcdd89050a... 170 10/21/2021
0.0.27-ci-8629 158 8/29/2021
0.0.27-ci-8602 195 8/10/2021
0.0.27-ci-8598 153 8/9/2021
0.0.27-ci-8594 153 8/9/2021
0.0.27-ci-8574 175 8/2/2021
0.0.27-ci-8573 181 7/30/2021
0.0.27-ci-8568 183 7/29/2021
0.0.27-ci-8567 188 7/28/2021
0.0.27-ci-8566 183 7/28/2021
0.0.27-ci-6c1253a67d3c8a846... 178 10/19/2021
0.0.27-ci-2f40d9dd27860f124... 191 10/16/2021
0.0.26-ci-8544 200 7/16/2021
0.0.26-ci-8529 169 7/8/2021
0.0.26-ci-8527 179 7/8/2021
0.0.26-ci-8513 176 6/25/2021
0.0.25-ci-8510 170 6/25/2021
0.0.25-ci-8499 181 6/24/2021
0.0.25-ci-8492 226 6/22/2021
0.0.24-ci-8477 162 6/15/2021
0.0.24-ci-8468 165 6/14/2021
0.0.24-ci-8467 170 6/14/2021
0.0.24-ci-8431 170 6/1/2021
0.0.24-ci-8422 160 5/27/2021
0.0.24-ci-8415 190 5/21/2021
0.0.24-ci-8414 195 5/21/2021
0.0.24-ci-8291 189 4/2/2021
0.0.24-ci-8256 208 3/19/2021
0.0.23-ci-8207 180 3/3/2021
0.0.22-ci-8196 169 2/26/2021
0.0.22-ci-8188 166 2/25/2021
0.0.22-ci-8187 175 2/25/2021
0.0.22-ci-8166 176 2/22/2021
0.0.22-ci-8120 159 2/12/2021
0.0.22-ci-8116 159 2/12/2021
0.0.22-ci-8075 164 1/29/2021
0.0.22-ci-8006 200 1/16/2021
0.0.22-ci-7989 171 1/12/2021
0.0.22-ci-7986 207 1/12/2021
0.0.22-ci-7983 228 1/11/2021
0.0.22-ci-7982 242 1/11/2021
0.0.22-ci-7981 181 1/11/2021
0.0.22-ci-7974 213 1/5/2021
0.0.22-ci-7957 202 12/29/2020
0.0.22-ci-7956 182 12/29/2020
0.0.21-ci-7953 251 12/18/2020
0.0.21-ci-7949 262 12/17/2020
0.0.20-ci-7944 218 12/16/2020
0.0.20-ci-7920 194 11/26/2020
0.0.20-ci-7829 256 11/2/2020
0.0.20-ci-7668 278 9/24/2020
0.0.20-ci-7561 266 8/26/2020
0.0.20-ci-7551 281 8/24/2020
0.0.20-ci-7545 257 8/24/2020
0.0.20-ci-7530 263 8/17/2020
0.0.20-ci-7513 291 8/13/2020
0.0.20-ci-7506 273 8/12/2020
0.0.20-ci-7478 284 8/6/2020
0.0.20-ci-7398 297 7/27/2020
0.0.20-ci-7390 293 7/24/2020
0.0.19-ci-7387 273 7/23/2020
0.0.19-ci-7376 276 7/21/2020
0.0.19-ci-7367 290 7/19/2020
0.0.19-ci-7342 417 7/11/2020

refactor(OpenBiServerSettings): use try catch instead of ping and server version check