API Reference Humaans v0.4.0

View Source

Modules

A HTTP client for the Humaans API.

This module provides functions for managing bank account resources in the Humaans API.

Internal module for making HTTP requests to the Humaans API.

This module provides functions for managing company resources in the Humaans API. Note that unlike other resources, companies can only be listed, retrieved, and updated, but not created or deleted through the API.

This module provides functions for managing compensation type resources in the Humaans API. Compensation types are used to define different categories of compensation such as salary, bonus, commission, etc.

This module provides functions for managing compensation resources in the Humaans API. Compensations represent the actual monetary values assigned to a person under a specific compensation type (e.g., a specific person's salary or bonus).

Behaviour for Humaans HTTP clients.

Default HTTP client implementation using Req.

This module provides functions for managing people resources in the Humaans API.

Representation of a Bank Account resource.

Representation of a Company resource.

Representation of a Compensation resource.

Representation of a Compensation Type resource.

Representation of a Person resource.

Representation of a Timesheet Entry resource.

Representation of a Timesheet Submission resource.

This module provides helper functions for handling API responses consistently across all Humaans API resource modules.

This module provides functions for managing timesheet entry resources in the Humaans API. Timesheet entries represent individual time records for a person, such as hours worked on a specific date.

This module provides functions for managing timesheet submission resources in the Humaans API. Timesheet submissions represent a collection of timesheet entries for a specific time period that has been submitted for review and approval.