BizDoc.Infrastructure.HiBob 0.0.22

dotnet add package BizDoc.Infrastructure.HiBob --version 0.0.22
NuGet\Install-Package BizDoc.Infrastructure.HiBob -Version 0.0.22
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="BizDoc.Infrastructure.HiBob" Version="0.0.22" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BizDoc.Infrastructure.HiBob --version 0.0.22
#r "nuget: BizDoc.Infrastructure.HiBob, 0.0.22"
#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 BizDoc.Infrastructure.HiBob as a Cake Addin
#addin nuget:?package=BizDoc.Infrastructure.HiBob&version=0.0.22

// Install BizDoc.Infrastructure.HiBob as a Cake Tool
#tool nuget:?package=BizDoc.Infrastructure.HiBob&version=0.0.22

Hi-Bob for BizDoc

program.cs.

AddBizDoc().AddHiBob(options => {
	options.ApiKey = "api-key";
}, /* configure => configure.UseEmployeeProvider() */
);

Map HiBob employee id to BizDoc identity

AddBizDoc().AddHiBob(options => {
	options.EmployeeId = ctx => ctx.ServiceProvider.GetService<Mapper>().Translate(ctx.Identity),
	options.Identity = ctx => ctx.Employee.Email,
});

Use As a Service

Inject IHiBobService.

public class MyClass (IHiBobService service) {
	async Task Work() {
		var tasks = await service.ListEmployeeTasksAsync("");
	}
}
Method
ListEmployeesAsync
FindEmployeeAsync
FindEmployeeAsync<TEmployee>
ReadEmployeeTasksAsync
ListEmployeeWorkHistory
ListEmployeeEmploymentHistory
SubmitTimeoffRequestAsync
ReadAvatarAsync
GetCompanyListAsync
CreateTableEntryAsync<T>
UpdateTableEntryAsync<T>
DeleteTableEntryAsync
ReadCustomTableAsync<T>
UploadDocumentAsync
UploadFileAsync
UploadFilesAsync
MarkTaskAsCompleteAsync
TerminateEmployeeAsync
DownloadDocumentsAsync
AddListItemAsync
CreateEmployeeAsync
CreateEmploymentEntryAsync
CreateTrainingRecordAsync
CreateSalaryEntryAsync
CreateVariablePaymentAsync
CreateEquityGrantAsync
ReadPositionsAsync

Components

Widgets

Group Compare, list-based performance.

Staff Pending Documents, field-based. Uses work.reportsTo.id by default.

Staff Peers Performance, compare users performace, field-based. Uses shared work.reportsTo.id by default.

Attributes

Owner Field, per Bob field.

Workflow

Manager Approval, per field.

Upload Attachments.

Terminate Employee.

Types

Named List, per list.

Rules

Owner Field, document owner per field.

User Field, current user HiBob field.

Angular

Archiecture tool depends on @bizdoc/hi-bob module.

Product Compatible and additional computed target framework versions.
.NET 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. 
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.22 90 3/16/2024
0.0.21 81 2/28/2024
0.0.20 70 2/26/2024
0.0.19 107 2/13/2024
0.0.18 74 2/12/2024
0.0.17 76 2/11/2024
0.0.16 95 2/11/2024
0.0.15 84 2/11/2024
0.0.13 91 2/10/2024
0.0.12 86 2/10/2024
0.0.10 97 2/8/2024
0.0.8 80 2/7/2024
0.0.7 88 2/7/2024
0.0.6 106 1/17/2024
0.0.5 94 1/14/2024
0.0.4 138 12/23/2023
0.0.3 123 12/12/2023
0.0.2 130 11/28/2023
0.0.1 102 11/27/2023