BiExcellence.OpenBi.Api.Role 1.0.3-ci.17855

This is a prerelease version of BiExcellence.OpenBi.Api.Role.
dotnet add package BiExcellence.OpenBi.Api.Role --version 1.0.3-ci.17855
                    
NuGet\Install-Package BiExcellence.OpenBi.Api.Role -Version 1.0.3-ci.17855
                    
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.Role" Version="1.0.3-ci.17855" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BiExcellence.OpenBi.Api.Role" Version="1.0.3-ci.17855" />
                    
Directory.Packages.props
<PackageReference Include="BiExcellence.OpenBi.Api.Role" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BiExcellence.OpenBi.Api.Role --version 1.0.3-ci.17855
                    
#r "nuget: BiExcellence.OpenBi.Api.Role, 1.0.3-ci.17855"
                    
#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.
#:package BiExcellence.OpenBi.Api.Role@1.0.3-ci.17855
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BiExcellence.OpenBi.Api.Role&version=1.0.3-ci.17855&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=BiExcellence.OpenBi.Api.Role&version=1.0.3-ci.17855&prerelease
                    
Install as a Cake Tool

BiExcellence.OpenBi.Api.Role

Includes APIs to get / create / delete and assign roles and role content in open bi Respository Servers.

Usage

using BiExcellence.OpenBi.Api.Commands.Roles;
using BiExcellence.OpenBi.Api.Commands.RoleContents;
var roles = await session.GetRoles().SendAsync(cancellationToken);
var role = await session.GetRoleByIdAsync(id, cancellationToken);
var userRoles = await session.GetRolesByUsernameAsync(username, cancellationToken);
var organisationRoles = await session.GetRolesByOrganisationAsync(organisationId, cancellationToken);

var newRole = new Role { Name = "New Role Name", Description = "New Role Description" };

await session.CreateRoleAsync(newRole, cancellationToken);

await session.DeleteRoleAsync(newRole, cancellationToken);
var roleContents = await session.GetRoleContentAsync(roleId, cancellationToken);
var roleContentElement = await session.GetContentElementByIdAsync(id, cancellationToken);

var newRoleContentElement = new RoleContentElement { Name = "New Role Content Name", ContentAscii = "Hello World" };

await session.CreateRoleContentAsync(newRoleContentElement, cancellationToken);

await session.AssignElementToRoleAsync(newRoleContentElement, role, cancellationToken);
await session.RemoveElementFromRoleAsync(newRoleContentElement, role, cancellationToken);

var roleContentHistory = await session.GetRoleContentHistoryAsync(elementId, cancellationToken);
var roleContentElementHistory = await session.GetContentElementHistoryByIdAsync(historyId, role, cancellationToken);

await session.DeleteRoleContentAsync(newRoleContentElement, cancellationToken);
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
1.0.3-ci.17855 163 8/29/2025
1.0.3-ci.17841 160 8/29/2025
1.0.3-ci.17839 154 8/29/2025
1.0.3-ci.17812 201 8/27/2025
1.0.3-ci.17809 186 8/26/2025
1.0.3-ci.17808 185 8/26/2025
1.0.3-ci.17722 113 8/18/2025
1.0.2-ci.17699 131 8/13/2025
1.0.2-ci.17698 121 8/13/2025
1.0.2-ci.17691 118 8/12/2025
1.0.2-ci.17688 121 8/12/2025
1.0.2-ci.17657 201 8/5/2025
1.0.2-ci.17631 97 7/30/2025
1.0.2-ci.17568 161 7/15/2025
1.0.2-ci.17562 120 7/14/2025
1.0.2-ci.17213 131 5/20/2025
1.0.2-ci.17138 137 5/2/2025
1.0.1-ci.16873 719 3/24/2025
1.0.1-ci.16652 483 2/22/2025
1.0.1-ci.16648 77 2/22/2025
1.0.0-ci.15795 80 11/21/2024
1.0.0-ci.15793 68 11/21/2024
0.0.46-ci.15922 70 11/30/2024
0.0.46-ci.15796 494 11/21/2024
0.0.46-ci.15788 70 11/20/2024
0.0.45-ci.15769 75 11/19/2024
0.0.45-ci.15039 89 9/8/2024
0.0.45-ci.15030 81 9/7/2024
0.0.45-ci.14912 99 8/23/2024
0.0.45-ci.14786 333 7/30/2024
0.0.45-ci.14671 78 7/11/2024
0.0.45-ci.14642 78 7/8/2024
0.0.45-ci.14416 95 6/2/2024
0.0.45-ci.14414 89 5/31/2024
0.0.45-ci.14377 121 5/23/2024
0.0.45-ci.14376 92 5/23/2024
0.0.45-ci.14351 105 5/21/2024
0.0.45-ci.14331 106 5/15/2024
0.0.45-ci.14124 118 4/25/2024
0.0.45-ci.14033 115 4/13/2024
0.0.45-ci.13804 113 3/20/2024
0.0.45-ci.13743 97 3/14/2024
0.0.45-ci.13689 109 3/7/2024
0.0.45-ci.13688 89 3/7/2024
0.0.45-ci.13687 81 3/7/2024
0.0.45-ci.13685 88 3/7/2024
0.0.45-ci.13684 99 3/7/2024
0.0.44-ci-13527 118 2/11/2024
0.0.44-ci-13362 131 1/13/2024
0.0.44-ci-13101 182 12/15/2023
0.0.44-ci-12837 163 11/17/2023
0.0.44-ci-12746 123 11/4/2023
0.0.44-ci-12516 184 10/2/2023
0.0.44-ci-12514 125 10/2/2023
0.0.44-ci-12371 134 9/15/2023
0.0.44-ci-12095 149 8/12/2023
0.0.44-ci-12078 141 8/10/2023
0.0.44-ci-11834 174 7/19/2023
0.0.44-ci-11274 152 4/24/2023
0.0.44-ci-10785 183 3/1/2023
0.0.44-ci-10361 224 1/6/2023
0.0.44-ci-10144 331 11/20/2022
0.0.44-ci.13683 85 3/7/2024
0.0.44-ci.13679 82 3/5/2024
0.0.43-ci-10037 183 11/1/2022
0.0.42-ci-9858 207 9/26/2022
0.0.42-ci-9833 214 9/21/2022
0.0.42-ci-9799 205 8/31/2022
0.0.42-ci-9793 258 8/26/2022
0.0.42-ci-9770 207 8/20/2022
0.0.42-ci-9766 215 8/18/2022
0.0.42-ci-9763 213 8/17/2022
0.0.42-ci-9757 211 8/16/2022
0.0.42-ci-9755 211 8/16/2022
0.0.42-ci-9750 221 8/13/2022
0.0.42-ci-9749 216 8/13/2022
0.0.42-ci-9745 230 8/11/2022
0.0.42-ci-10034 187 11/1/2022
0.0.41-ci-9718 248 8/6/2022
0.0.41-ci-9715 221 8/6/2022
0.0.41-ci-9714 209 8/6/2022
0.0.40-ci-9639 228 7/23/2022
0.0.40-ci-9635 253 7/22/2022
0.0.40-ci-9613 245 7/17/2022
0.0.40-ci-9560 248 7/10/2022
0.0.30-ci-9543 229 7/4/2022
0.0.30-ci-9502 252 6/23/2022
0.0.29-ci-9501 214 6/23/2022
0.0.29-ci-9471 239 6/14/2022
0.0.28-ci-9409 236 5/25/2022
0.0.28-ci-9063 450 2/6/2022
0.0.28-ci-9062 237 2/6/2022
0.0.28-ci-8937 254 1/1/2022
0.0.28-ci-7ef2e29d087c0c861... 273 12/20/2021
0.0.28-ci-0dbfeaa779f651d57... 235 12/25/2021
0.0.27-ci-cc5208f2acb657039... 324 10/16/2021
0.0.27-ci-bc25b02dcdd89050a... 284 10/21/2021
0.0.27-ci-8629 273 8/29/2021
0.0.27-ci-8602 323 8/10/2021
0.0.27-ci-8598 275 8/9/2021
0.0.27-ci-8594 267 8/9/2021
0.0.27-ci-8574 290 8/2/2021
0.0.27-ci-8573 304 7/30/2021
0.0.27-ci-8568 294 7/29/2021
0.0.27-ci-8567 306 7/28/2021
0.0.27-ci-8566 297 7/28/2021
0.0.27-ci-6c1253a67d3c8a846... 298 10/19/2021
0.0.27-ci-2f40d9dd27860f124... 303 10/16/2021
0.0.26-ci-8544 330 7/16/2021
0.0.26-ci-8529 285 7/8/2021
0.0.26-ci-8527 294 7/8/2021
0.0.26-ci-8513 291 6/25/2021
0.0.25-ci-8510 291 6/25/2021
0.0.25-ci-8499 301 6/24/2021
0.0.25-ci-8492 342 6/22/2021
0.0.24-ci-8477 275 6/15/2021
0.0.24-ci-8468 296 6/14/2021
0.0.24-ci-8467 291 6/14/2021
0.0.24-ci-8431 275 6/1/2021
0.0.24-ci-8422 283 5/27/2021
0.0.24-ci-8415 307 5/21/2021
0.0.24-ci-8414 311 5/21/2021
0.0.24-ci-8291 312 4/2/2021
0.0.24-ci-8256 343 3/19/2021
0.0.23-ci-8207 305 3/3/2021
0.0.22-ci-8196 296 2/26/2021
0.0.22-ci-8188 308 2/25/2021
0.0.22-ci-8187 303 2/25/2021
0.0.22-ci-8166 307 2/22/2021
0.0.22-ci-8120 288 2/12/2021
0.0.22-ci-8116 303 2/12/2021
0.0.22-ci-8075 306 1/29/2021
0.0.22-ci-8006 334 1/16/2021
0.0.22-ci-7989 318 1/12/2021
0.0.22-ci-7986 338 1/12/2021
0.0.22-ci-7983 364 1/11/2021
0.0.22-ci-7982 377 1/11/2021
0.0.22-ci-7981 313 1/11/2021
0.0.22-ci-7974 342 1/5/2021
0.0.22-ci-7957 343 12/29/2020
0.0.22-ci-7956 312 12/29/2020
0.0.21-ci-7949 381 12/17/2020
0.0.20-ci-7944 357 12/16/2020
0.0.20-ci-7920 331 11/26/2020
0.0.20-ci-7829 395 11/2/2020
0.0.20-ci-7668 424 9/24/2020
0.0.20-ci-7561 411 8/26/2020
0.0.20-ci-7551 432 8/24/2020
0.0.20-ci-7545 399 8/24/2020
0.0.20-ci-7530 412 8/17/2020
0.0.20-ci-7513 448 8/13/2020
0.0.20-ci-7506 434 8/12/2020
0.0.20-ci-7478 440 8/6/2020
0.0.20-ci-7398 451 7/27/2020
0.0.20-ci-7390 420 7/24/2020
0.0.19-ci-7387 494 7/23/2020
0.0.19-ci-7376 426 7/21/2020
0.0.19-ci-7367 431 7/19/2020
0.0.19-ci-7342 536 7/11/2020
0.0.18-ci-7328 443 7/9/2020
0.0.18-ci-7282 418 7/3/2020
0.0.18-ci-7281 446 7/3/2020
0.0.18-ci-7278 423 7/2/2020
0.0.18-ci-7275 443 7/1/2020
0.0.18-ci-7272 427 7/1/2020
0.0.18-ci-7271 420 7/1/2020
0.0.18-ci-7270 430 7/1/2020
0.0.18-ci-7240 512 6/24/2020
0.0.18-ci-7230 446 6/24/2020
0.0.18-ci-7229 457 6/24/2020
0.0.18-ci-7228 467 6/24/2020
0.0.18-ci-7226 433 6/23/2020
0.0.18-ci-7213 452 6/22/2020
0.0.18-ci-7207 476 6/22/2020
0.0.18-ci-7191 445 6/19/2020
0.0.18-ci-7187 436 6/19/2020
0.0.17-ci-7163 439 6/15/2020
0.0.17-ci-7156 463 6/15/2020
0.0.17-ci-7150 449 6/14/2020
0.0.17-ci-7144 457 6/11/2020
0.0.17-ci-7142 421 6/10/2020
0.0.17-ci-7140 431 6/10/2020
0.0.17-ci-7133 472 6/10/2020
0.0.17-ci-7132 439 6/10/2020
0.0.17-ci-7131 460 6/9/2020
0.0.17-ci-7128 460 6/9/2020
0.0.16-ci-7125 439 6/6/2020
0.0.16-ci-7106 439 6/2/2020
0.0.16-ci-7105 465 6/2/2020
0.0.16-ci-7103 449 5/31/2020
0.0.16-ci-7101 457 5/31/2020
0.0.16-ci-7100 481 5/31/2020
0.0.16-ci-7099 471 5/30/2020
0.0.16-ci-7098 470 5/30/2020
0.0.15-ci-7082 448 5/28/2020
0.0.15-ci-7081 485 5/28/2020
0.0.15-ci-7079 457 5/28/2020
0.0.15-ci-7075 449 5/28/2020
0.0.15-ci-7074 457 5/28/2020
0.0.14-ci-6927 479 4/18/2020
0.0.14-ci-6891 514 4/7/2020
0.0.13-ci-6888 534 4/7/2020
0.0.13-ci-6887 481 4/7/2020
0.0.13-ci-6736 474 2/26/2020
0.0.13-ci-6716 485 2/24/2020
0.0.13-ci-6693 467 2/18/2020
0.0.13-ci-6609 507 1/28/2020
0.0.13-ci-6608 501 1/28/2020
0.0.13-ci-6599 472 1/24/2020
0.0.13-ci-6597 503 1/23/2020
0.0.13-ci-6595 471 1/22/2020
0.0.13-ci-6587 542 1/17/2020
0.0.13-ci-6585 474 1/17/2020
0.0.12-ci-6582 492 1/16/2020
0.0.12-ci-6575 499 1/15/2020
0.0.12-ci-6561 511 1/13/2020
0.0.12-ci-6534 494 12/9/2019
0.0.12-ci-6506 500 11/14/2019
0.0.12-ci-6505 495 11/13/2019
0.0.12-ci-6502 493 11/12/2019
0.0.12-ci-6487 487 11/8/2019
0.0.12-ci-6481 480 11/8/2019
0.0.12-ci-6469 510 11/5/2019
0.0.12-ci-6468 511 11/5/2019
0.0.12-ci-6428 549 10/14/2019
0.0.12-ci-6384 563 9/19/2019
0.0.12-ci-6338 505 9/3/2019
0.0.12-ci-6293 527 8/22/2019
0.0.12-ci-6257 545 8/8/2019
0.0.12-ci-6215 554 7/29/2019
0.0.12-ci-6208 531 7/26/2019
0.0.12-ci-6204 531 7/26/2019
0.0.12-ci-6200 523 7/25/2019
0.0.12-ci-6188 537 7/24/2019
0.0.12-ci-6187 516 7/24/2019
0.0.11-ci-6185 523 7/24/2019
0.0.11-ci-6146 553 7/16/2019
0.0.11-ci-6131 531 7/15/2019
0.0.11-ci-6099 575 7/11/2019
0.0.11-ci-6094 565 7/10/2019
0.0.11-ci-6086 537 7/9/2019
0.0.11-ci-6071 555 7/5/2019
0.0.11-ci-6070 523 7/5/2019
0.0.11-ci-6068 526 7/5/2019
0.0.11-ci-6067 526 7/5/2019
0.0.11-ci-6062 528 7/4/2019
0.0.11-ci-6054 536 7/2/2019
0.0.11-ci-6053 546 7/2/2019
0.0.11-ci-6049 558 7/1/2019
0.0.11-ci-6045 555 6/28/2019
0.0.11-ci-6038 524 6/28/2019
0.0.11-ci-6020 539 6/14/2019
0.0.11-ci-6013 544 6/13/2019
0.0.11-ci-6011 548 6/13/2019
0.0.11-ci-6003 567 6/11/2019
0.0.11-ci-5999 571 6/5/2019
0.0.11-ci-5995 581 6/4/2019
0.0.11-ci-5992 576 6/4/2019
0.0.11-ci-5990 553 6/4/2019
0.0.11-ci-5985 575 5/31/2019
0.0.11-ci-5973 562 5/28/2019
0.0.11-ci-5972 573 5/28/2019
0.0.11-ci-5967 574 5/24/2019
0.0.11-ci-5964 553 5/23/2019
0.0.11-ci-5900 597 4/25/2019
0.0.11-ci-5821 560 4/4/2019
0.0.11-ci-5797 581 4/2/2019
0.0.11-ci-5737 597 3/22/2019
0.0.11-ci-5608 575 3/1/2019
0.0.11-ci-5595 586 2/27/2019
0.0.11-ci-5584 573 2/25/2019
0.0.11-ci-5583 577 2/25/2019
0.0.11-ci-5558 604 2/21/2019
0.0.11-ci-5549 648 2/20/2019
0.0.11-ci-5542 640 2/19/2019
0.0.11-ci-5541 648 2/19/2019
0.0.11-ci-5530 670 2/18/2019
0.0.11-ci-5523 639 2/18/2019
0.0.11-ci-5522 672 2/18/2019
0.0.11-ci-5411 642 2/1/2019
0.0.11-ci-5384 658 1/29/2019
0.0.11-ci-5373 647 1/28/2019
0.0.11-ci-5352 651 1/22/2019
0.0.11-ci-5331 682 1/16/2019
0.0.11-ci-5329 672 1/15/2019
0.0.11-ci-5276 638 12/20/2018
0.0.11-ci-5275 700 12/20/2018
0.0.11-ci-5272 668 12/18/2018
0.0.11-ci-5261 659 12/15/2018
0.0.11-ci-5260 675 12/15/2018
0.0.11-ci-5249 679 12/14/2018
0.0.11-ci-5248 660 12/14/2018
0.0.11-ci-5245 688 12/13/2018
0.0.10-ci-5242 673 12/13/2018
0.0.10-ci-5241 660 12/13/2018
0.0.10-ci-5219 680 12/6/2018
0.0.10-ci-5133 698 11/26/2018
0.0.10-ci-5094 700 11/21/2018
0.0.10-ci-5092 776 11/21/2018
0.0.10-ci-5088 694 11/21/2018
0.0.10-ci-5040 709 11/13/2018
0.0.10-ci-4979 717 10/30/2018
0.0.10-ci-4837 786 9/20/2018
0.0.10-ci-4810 778 9/12/2018
0.0.10-ci-4774 791 9/5/2018
0.0.10-ci-4771 851 9/5/2018
0.0.10-ci-4756 795 8/31/2018
0.0.10-ci-4735 807 8/30/2018
0.0.10-ci-4710 762 8/27/2018
0.0.10-ci-4690 782 8/24/2018
0.0.10-ci-4687 780 8/23/2018
0.0.10-ci-4662 848 8/20/2018
0.0.10-ci-4556 882 8/1/2018
0.0.10-ci-4554 893 8/1/2018
0.0.10-ci-4553 919 8/1/2018
0.0.10-ci-4549 908 7/31/2018
0.0.10-ci-4547 895 7/31/2018
0.0.10-ci-4543 910 7/31/2018
0.0.10-ci-4541 896 7/31/2018
0.0.10-ci-4540 895 7/31/2018
0.0.10-ci-4533 942 7/30/2018
0.0.10-ci-4522 892 7/26/2018
0.0.10-ci-4505 900 7/24/2018
0.0.10-ci-4417 1,152 7/7/2018
0.0.10-ci-4416 1,101 7/7/2018
0.0.10-ci-4362 1,097 6/28/2018
0.0.10-ci-4327 1,090 6/20/2018
0.0.10-ci-4294 1,102 6/13/2018
0.0.10-ci-4282 930 6/12/2018
0.0.10-ci-4262 1,119 6/7/2018
0.0.10-ci-4217 1,147 5/29/2018
0.0.10-ci-4151 1,149 5/11/2018
0.0.10-ci-4141 1,167 5/9/2018
0.0.10-ci-4027 1,117 4/6/2018
0.0.10-ci-4023 1,117 4/5/2018
0.0.10-ci-4022 1,164 4/5/2018
0.0.10-ci-4013 1,125 4/4/2018
0.0.10-ci-3976 1,132 3/25/2018
0.0.10-ci-3973 1,019 3/23/2018
0.0.10-ci-3970 1,294 3/23/2018
0.0.9-ci-3951 1,140 3/21/2018
0.0.9-ci-3949 1,149 3/21/2018
0.0.9-ci-3947 1,189 3/21/2018
0.0.9-ci-3946 1,141 3/21/2018
0.0.9-ci-3927 1,224 3/19/2018
0.0.9-ci-3910 1,134 3/16/2018
0.0.9-ci-3909 1,136 3/15/2018
0.0.9-ci-3908 989 3/15/2018
0.0.9-ci-3907 1,147 3/15/2018
0.0.9-ci-3889 1,129 3/13/2018
0.0.9-ci-3831 1,156 3/4/2018
0.0.9-ci-3829 1,136 3/4/2018
0.0.8-ci-3772 1,173 2/23/2018
0.0.8-ci-3583 1,159 1/19/2018
0.0.8-ci-3549 1,159 1/8/2018
0.0.8-ci-3526 1,172 12/28/2017
0.0.7-ci-3490 996 12/14/2017
0.0.6-ci-3176 968 10/18/2017
0.0.6-ci-3066 976 9/24/2017
0.0.6-ci-3065 962 9/24/2017
0.0.5-ci-2938 970 9/3/2017
0.0.5-ci-2937 967 9/3/2017
0.0.4-ci-2927 979 9/2/2017
0.0.4-ci-2915 977 9/2/2017
0.0.4-ci-2914 980 9/1/2017
0.0.4-ci-2913 977 9/1/2017
0.0.4-ci-2798 979 8/19/2017
0.0.4-ci-2797 975 8/19/2017
0.0.4-ci-2758 992 8/16/2017
0.0.2-ci-2686 992 8/9/2017
0.0.2-ci-2685 1,017 8/9/2017
0.0.2-ci-2682 1,004 8/9/2017
0.0.2-ci-2681 1,001 8/9/2017
0.0.2-ci-2675 986 8/8/2017
0.0.2-ci-2672 983 8/8/2017

fix(OpenBiResponse): still try to read handle from response for backward compatibility