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 16 8/29/2025
1.0.3-ci.17841 21 8/29/2025
1.0.3-ci.17839 22 8/29/2025
1.0.3-ci.17812 31 8/27/2025
1.0.3-ci.17809 43 8/26/2025
1.0.3-ci.17808 54 8/26/2025
1.0.3-ci.17722 111 8/18/2025
1.0.2-ci.17699 129 8/13/2025
1.0.2-ci.17698 118 8/13/2025
1.0.2-ci.17691 115 8/12/2025
1.0.2-ci.17688 119 8/12/2025
1.0.2-ci.17657 199 8/5/2025
1.0.2-ci.17631 95 7/30/2025
1.0.2-ci.17568 153 7/15/2025
1.0.2-ci.17562 117 7/14/2025
1.0.2-ci.17213 129 5/20/2025
1.0.2-ci.17138 135 5/2/2025
1.0.1-ci.16873 692 3/24/2025
1.0.1-ci.16652 471 2/22/2025
1.0.1-ci.16648 75 2/22/2025
1.0.0-ci.15795 78 11/21/2024
1.0.0-ci.15793 66 11/21/2024
0.0.46-ci.15922 68 11/30/2024
0.0.46-ci.15796 492 11/21/2024
0.0.46-ci.15788 68 11/20/2024
0.0.45-ci.15769 73 11/19/2024
0.0.45-ci.15039 87 9/8/2024
0.0.45-ci.15030 79 9/7/2024
0.0.45-ci.14912 97 8/23/2024
0.0.45-ci.14786 331 7/30/2024
0.0.45-ci.14671 76 7/11/2024
0.0.45-ci.14642 76 7/8/2024
0.0.45-ci.14416 93 6/2/2024
0.0.45-ci.14414 87 5/31/2024
0.0.45-ci.14377 119 5/23/2024
0.0.45-ci.14376 90 5/23/2024
0.0.45-ci.14351 103 5/21/2024
0.0.45-ci.14331 104 5/15/2024
0.0.45-ci.14124 116 4/25/2024
0.0.45-ci.14033 113 4/13/2024
0.0.45-ci.13804 111 3/20/2024
0.0.45-ci.13743 95 3/14/2024
0.0.45-ci.13689 107 3/7/2024
0.0.45-ci.13688 87 3/7/2024
0.0.45-ci.13687 79 3/7/2024
0.0.45-ci.13685 86 3/7/2024
0.0.45-ci.13684 97 3/7/2024
0.0.44-ci-13527 116 2/11/2024
0.0.44-ci-13362 129 1/13/2024
0.0.44-ci-13101 180 12/15/2023
0.0.44-ci-12837 161 11/17/2023
0.0.44-ci-12746 121 11/4/2023
0.0.44-ci-12516 182 10/2/2023
0.0.44-ci-12514 123 10/2/2023
0.0.44-ci-12371 132 9/15/2023
0.0.44-ci-12095 147 8/12/2023
0.0.44-ci-12078 139 8/10/2023
0.0.44-ci-11834 172 7/19/2023
0.0.44-ci-11274 150 4/24/2023
0.0.44-ci-10785 181 3/1/2023
0.0.44-ci-10361 222 1/6/2023
0.0.44-ci-10144 326 11/20/2022
0.0.44-ci.13683 83 3/7/2024
0.0.44-ci.13679 80 3/5/2024
0.0.43-ci-10037 177 11/1/2022
0.0.42-ci-9858 201 9/26/2022
0.0.42-ci-9833 208 9/21/2022
0.0.42-ci-9799 199 8/31/2022
0.0.42-ci-9793 252 8/26/2022
0.0.42-ci-9770 201 8/20/2022
0.0.42-ci-9766 209 8/18/2022
0.0.42-ci-9763 207 8/17/2022
0.0.42-ci-9757 205 8/16/2022
0.0.42-ci-9755 205 8/16/2022
0.0.42-ci-9750 214 8/13/2022
0.0.42-ci-9749 210 8/13/2022
0.0.42-ci-9745 224 8/11/2022
0.0.42-ci-10034 181 11/1/2022
0.0.41-ci-9718 242 8/6/2022
0.0.41-ci-9715 215 8/6/2022
0.0.41-ci-9714 203 8/6/2022
0.0.40-ci-9639 222 7/23/2022
0.0.40-ci-9635 247 7/22/2022
0.0.40-ci-9613 239 7/17/2022
0.0.40-ci-9560 242 7/10/2022
0.0.30-ci-9543 223 7/4/2022
0.0.30-ci-9502 246 6/23/2022
0.0.29-ci-9501 208 6/23/2022
0.0.29-ci-9471 233 6/14/2022
0.0.28-ci-9409 230 5/25/2022
0.0.28-ci-9063 444 2/6/2022
0.0.28-ci-9062 231 2/6/2022
0.0.28-ci-8937 248 1/1/2022
0.0.28-ci-7ef2e29d087c0c861... 267 12/20/2021
0.0.28-ci-0dbfeaa779f651d57... 229 12/25/2021
0.0.27-ci-cc5208f2acb657039... 317 10/16/2021
0.0.27-ci-bc25b02dcdd89050a... 278 10/21/2021
0.0.27-ci-8629 267 8/29/2021
0.0.27-ci-8602 317 8/10/2021
0.0.27-ci-8598 269 8/9/2021
0.0.27-ci-8594 261 8/9/2021
0.0.27-ci-8574 284 8/2/2021
0.0.27-ci-8573 298 7/30/2021
0.0.27-ci-8568 288 7/29/2021
0.0.27-ci-8567 300 7/28/2021
0.0.27-ci-8566 291 7/28/2021
0.0.27-ci-6c1253a67d3c8a846... 292 10/19/2021
0.0.27-ci-2f40d9dd27860f124... 297 10/16/2021
0.0.26-ci-8544 324 7/16/2021
0.0.26-ci-8529 279 7/8/2021
0.0.26-ci-8527 288 7/8/2021
0.0.26-ci-8513 285 6/25/2021
0.0.25-ci-8510 285 6/25/2021
0.0.25-ci-8499 295 6/24/2021
0.0.25-ci-8492 336 6/22/2021
0.0.24-ci-8477 269 6/15/2021
0.0.24-ci-8468 290 6/14/2021
0.0.24-ci-8467 285 6/14/2021
0.0.24-ci-8431 270 6/1/2021
0.0.24-ci-8422 277 5/27/2021
0.0.24-ci-8415 301 5/21/2021
0.0.24-ci-8414 305 5/21/2021
0.0.24-ci-8291 306 4/2/2021
0.0.24-ci-8256 337 3/19/2021
0.0.23-ci-8207 299 3/3/2021
0.0.22-ci-8196 290 2/26/2021
0.0.22-ci-8188 302 2/25/2021
0.0.22-ci-8187 297 2/25/2021
0.0.22-ci-8166 301 2/22/2021
0.0.22-ci-8120 282 2/12/2021
0.0.22-ci-8116 297 2/12/2021
0.0.22-ci-8075 300 1/29/2021
0.0.22-ci-8006 328 1/16/2021
0.0.22-ci-7989 312 1/12/2021
0.0.22-ci-7986 332 1/12/2021
0.0.22-ci-7983 358 1/11/2021
0.0.22-ci-7982 371 1/11/2021
0.0.22-ci-7981 307 1/11/2021
0.0.22-ci-7974 336 1/5/2021
0.0.22-ci-7957 337 12/29/2020
0.0.22-ci-7956 306 12/29/2020
0.0.21-ci-7949 375 12/17/2020
0.0.20-ci-7944 351 12/16/2020
0.0.20-ci-7920 325 11/26/2020
0.0.20-ci-7829 389 11/2/2020
0.0.20-ci-7668 418 9/24/2020
0.0.20-ci-7561 405 8/26/2020
0.0.20-ci-7551 426 8/24/2020
0.0.20-ci-7545 392 8/24/2020
0.0.20-ci-7530 406 8/17/2020
0.0.20-ci-7513 442 8/13/2020
0.0.20-ci-7506 428 8/12/2020
0.0.20-ci-7478 434 8/6/2020
0.0.20-ci-7398 445 7/27/2020
0.0.20-ci-7390 414 7/24/2020
0.0.19-ci-7387 488 7/23/2020
0.0.19-ci-7376 420 7/21/2020
0.0.19-ci-7367 425 7/19/2020
0.0.19-ci-7342 530 7/11/2020
0.0.18-ci-7328 437 7/9/2020
0.0.18-ci-7282 412 7/3/2020
0.0.18-ci-7281 440 7/3/2020
0.0.18-ci-7278 417 7/2/2020
0.0.18-ci-7275 437 7/1/2020
0.0.18-ci-7272 421 7/1/2020
0.0.18-ci-7271 414 7/1/2020
0.0.18-ci-7270 424 7/1/2020
0.0.18-ci-7240 506 6/24/2020
0.0.18-ci-7230 440 6/24/2020
0.0.18-ci-7229 451 6/24/2020
0.0.18-ci-7228 461 6/24/2020
0.0.18-ci-7226 427 6/23/2020
0.0.18-ci-7213 446 6/22/2020
0.0.18-ci-7207 470 6/22/2020
0.0.18-ci-7191 439 6/19/2020
0.0.18-ci-7187 430 6/19/2020
0.0.17-ci-7163 433 6/15/2020
0.0.17-ci-7156 457 6/15/2020
0.0.17-ci-7150 443 6/14/2020
0.0.17-ci-7144 451 6/11/2020
0.0.17-ci-7142 415 6/10/2020
0.0.17-ci-7140 425 6/10/2020
0.0.17-ci-7133 466 6/10/2020
0.0.17-ci-7132 433 6/10/2020
0.0.17-ci-7131 454 6/9/2020
0.0.17-ci-7128 454 6/9/2020
0.0.16-ci-7125 433 6/6/2020
0.0.16-ci-7106 433 6/2/2020
0.0.16-ci-7105 459 6/2/2020
0.0.16-ci-7103 443 5/31/2020
0.0.16-ci-7101 451 5/31/2020
0.0.16-ci-7100 475 5/31/2020
0.0.16-ci-7099 465 5/30/2020
0.0.16-ci-7098 464 5/30/2020
0.0.15-ci-7082 442 5/28/2020
0.0.15-ci-7081 479 5/28/2020
0.0.15-ci-7079 451 5/28/2020
0.0.15-ci-7075 443 5/28/2020
0.0.15-ci-7074 451 5/28/2020
0.0.14-ci-6927 473 4/18/2020
0.0.14-ci-6891 508 4/7/2020
0.0.13-ci-6888 528 4/7/2020
0.0.13-ci-6887 475 4/7/2020
0.0.13-ci-6736 468 2/26/2020
0.0.13-ci-6716 479 2/24/2020
0.0.13-ci-6693 461 2/18/2020
0.0.13-ci-6609 501 1/28/2020
0.0.13-ci-6608 495 1/28/2020
0.0.13-ci-6599 466 1/24/2020
0.0.13-ci-6597 497 1/23/2020
0.0.13-ci-6595 465 1/22/2020
0.0.13-ci-6587 536 1/17/2020
0.0.13-ci-6585 468 1/17/2020
0.0.12-ci-6582 486 1/16/2020
0.0.12-ci-6575 493 1/15/2020
0.0.12-ci-6561 505 1/13/2020
0.0.12-ci-6534 488 12/9/2019
0.0.12-ci-6506 494 11/14/2019
0.0.12-ci-6505 489 11/13/2019
0.0.12-ci-6502 487 11/12/2019
0.0.12-ci-6487 481 11/8/2019
0.0.12-ci-6481 474 11/8/2019
0.0.12-ci-6469 504 11/5/2019
0.0.12-ci-6468 505 11/5/2019
0.0.12-ci-6428 543 10/14/2019
0.0.12-ci-6384 557 9/19/2019
0.0.12-ci-6338 499 9/3/2019
0.0.12-ci-6293 521 8/22/2019
0.0.12-ci-6257 538 8/8/2019
0.0.12-ci-6215 548 7/29/2019
0.0.12-ci-6208 525 7/26/2019
0.0.12-ci-6204 525 7/26/2019
0.0.12-ci-6200 517 7/25/2019
0.0.12-ci-6188 531 7/24/2019
0.0.12-ci-6187 510 7/24/2019
0.0.11-ci-6185 517 7/24/2019
0.0.11-ci-6146 547 7/16/2019
0.0.11-ci-6131 525 7/15/2019
0.0.11-ci-6099 569 7/11/2019
0.0.11-ci-6094 559 7/10/2019
0.0.11-ci-6086 531 7/9/2019
0.0.11-ci-6071 549 7/5/2019
0.0.11-ci-6070 516 7/5/2019
0.0.11-ci-6068 520 7/5/2019
0.0.11-ci-6067 520 7/5/2019
0.0.11-ci-6062 522 7/4/2019
0.0.11-ci-6054 530 7/2/2019
0.0.11-ci-6053 540 7/2/2019
0.0.11-ci-6049 552 7/1/2019
0.0.11-ci-6045 549 6/28/2019
0.0.11-ci-6038 518 6/28/2019
0.0.11-ci-6020 533 6/14/2019
0.0.11-ci-6013 538 6/13/2019
0.0.11-ci-6011 542 6/13/2019
0.0.11-ci-6003 561 6/11/2019
0.0.11-ci-5999 565 6/5/2019
0.0.11-ci-5995 575 6/4/2019
0.0.11-ci-5992 570 6/4/2019
0.0.11-ci-5990 547 6/4/2019
0.0.11-ci-5985 569 5/31/2019
0.0.11-ci-5973 556 5/28/2019
0.0.11-ci-5972 567 5/28/2019
0.0.11-ci-5967 568 5/24/2019
0.0.11-ci-5964 547 5/23/2019
0.0.11-ci-5900 591 4/25/2019
0.0.11-ci-5821 554 4/4/2019
0.0.11-ci-5797 575 4/2/2019
0.0.11-ci-5737 591 3/22/2019
0.0.11-ci-5608 569 3/1/2019
0.0.11-ci-5595 580 2/27/2019
0.0.11-ci-5584 567 2/25/2019
0.0.11-ci-5583 571 2/25/2019
0.0.11-ci-5558 598 2/21/2019
0.0.11-ci-5549 642 2/20/2019
0.0.11-ci-5542 634 2/19/2019
0.0.11-ci-5541 642 2/19/2019
0.0.11-ci-5530 664 2/18/2019
0.0.11-ci-5523 633 2/18/2019
0.0.11-ci-5522 666 2/18/2019
0.0.11-ci-5411 636 2/1/2019
0.0.11-ci-5384 652 1/29/2019
0.0.11-ci-5373 641 1/28/2019
0.0.11-ci-5352 645 1/22/2019
0.0.11-ci-5331 676 1/16/2019
0.0.11-ci-5329 666 1/15/2019
0.0.11-ci-5276 632 12/20/2018
0.0.11-ci-5275 694 12/20/2018
0.0.11-ci-5272 662 12/18/2018
0.0.11-ci-5261 653 12/15/2018
0.0.11-ci-5260 668 12/15/2018
0.0.11-ci-5249 673 12/14/2018
0.0.11-ci-5248 654 12/14/2018
0.0.11-ci-5245 682 12/13/2018
0.0.10-ci-5242 667 12/13/2018
0.0.10-ci-5241 654 12/13/2018
0.0.10-ci-5219 674 12/6/2018
0.0.10-ci-5133 691 11/26/2018
0.0.10-ci-5094 693 11/21/2018
0.0.10-ci-5092 769 11/21/2018
0.0.10-ci-5088 687 11/21/2018
0.0.10-ci-5040 702 11/13/2018
0.0.10-ci-4979 710 10/30/2018
0.0.10-ci-4837 779 9/20/2018
0.0.10-ci-4810 771 9/12/2018
0.0.10-ci-4774 784 9/5/2018
0.0.10-ci-4771 844 9/5/2018
0.0.10-ci-4756 788 8/31/2018
0.0.10-ci-4735 800 8/30/2018
0.0.10-ci-4710 755 8/27/2018
0.0.10-ci-4690 775 8/24/2018
0.0.10-ci-4687 773 8/23/2018
0.0.10-ci-4662 841 8/20/2018
0.0.10-ci-4556 872 8/1/2018
0.0.10-ci-4554 883 8/1/2018
0.0.10-ci-4553 909 8/1/2018
0.0.10-ci-4549 898 7/31/2018
0.0.10-ci-4547 885 7/31/2018
0.0.10-ci-4543 900 7/31/2018
0.0.10-ci-4541 886 7/31/2018
0.0.10-ci-4540 885 7/31/2018
0.0.10-ci-4533 932 7/30/2018
0.0.10-ci-4522 882 7/26/2018
0.0.10-ci-4505 890 7/24/2018
0.0.10-ci-4417 1,138 7/7/2018
0.0.10-ci-4416 1,087 7/7/2018
0.0.10-ci-4362 1,083 6/28/2018
0.0.10-ci-4327 1,076 6/20/2018
0.0.10-ci-4294 1,088 6/13/2018
0.0.10-ci-4282 920 6/12/2018
0.0.10-ci-4262 1,105 6/7/2018
0.0.10-ci-4217 1,133 5/29/2018
0.0.10-ci-4151 1,135 5/11/2018
0.0.10-ci-4141 1,153 5/9/2018
0.0.10-ci-4027 1,103 4/6/2018
0.0.10-ci-4023 1,103 4/5/2018
0.0.10-ci-4022 1,150 4/5/2018
0.0.10-ci-4013 1,111 4/4/2018
0.0.10-ci-3976 1,118 3/25/2018
0.0.10-ci-3973 1,009 3/23/2018
0.0.10-ci-3970 1,280 3/23/2018
0.0.9-ci-3951 1,126 3/21/2018
0.0.9-ci-3949 1,135 3/21/2018
0.0.9-ci-3947 1,175 3/21/2018
0.0.9-ci-3946 1,127 3/21/2018
0.0.9-ci-3927 1,210 3/19/2018
0.0.9-ci-3910 1,119 3/16/2018
0.0.9-ci-3909 1,122 3/15/2018
0.0.9-ci-3908 979 3/15/2018
0.0.9-ci-3907 1,132 3/15/2018
0.0.9-ci-3889 1,115 3/13/2018
0.0.9-ci-3831 1,142 3/4/2018
0.0.9-ci-3829 1,122 3/4/2018
0.0.8-ci-3772 1,158 2/23/2018
0.0.8-ci-3583 1,145 1/19/2018
0.0.8-ci-3549 1,145 1/8/2018
0.0.8-ci-3526 1,158 12/28/2017
0.0.7-ci-3490 986 12/14/2017
0.0.6-ci-3176 958 10/18/2017
0.0.6-ci-3066 966 9/24/2017
0.0.6-ci-3065 952 9/24/2017
0.0.5-ci-2938 960 9/3/2017
0.0.5-ci-2937 956 9/3/2017
0.0.4-ci-2927 969 9/2/2017
0.0.4-ci-2915 967 9/2/2017
0.0.4-ci-2914 970 9/1/2017
0.0.4-ci-2913 967 9/1/2017
0.0.4-ci-2798 969 8/19/2017
0.0.4-ci-2797 965 8/19/2017
0.0.4-ci-2758 982 8/16/2017
0.0.2-ci-2686 981 8/9/2017
0.0.2-ci-2685 1,007 8/9/2017
0.0.2-ci-2682 994 8/9/2017
0.0.2-ci-2681 991 8/9/2017
0.0.2-ci-2675 976 8/8/2017
0.0.2-ci-2672 973 8/8/2017

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