BizDoc.Infrastructure.HiBob 0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package BizDoc.Infrastructure.HiBob --version 0.0.1
NuGet\Install-Package BizDoc.Infrastructure.HiBob -Version 0.0.1
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.1" />
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.1
#r "nuget: BizDoc.Infrastructure.HiBob, 0.0.1"
#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.1

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

HiBob 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>(ctx.Identity),
	options.Identity = ctx => ctx.ServiceProvider.GetService<Mapper>(ctx.EmployeeId),
});

Use As a Service

Inject IHiBobService.

public class MyClass {
	private readonly IHiBobService service;
	public MyClass(IHiBobService service) {
		this.service = service;
	}
	async Task Work() {
		var tasks = await service.ListEmployeeTasksAsync("");
	}
}

Components

Attributes

Owner Department.

Owner Company Id.

Workflow

Upload Attachments.

Types

Custom Table.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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 was computed.  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.
  • net7.0

    • No dependencies.

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