Skip to content

Commit

Permalink
feat: added icon.svg for HoorayHR and some documentation regarding cr…
Browse files Browse the repository at this point in the history
…eating credentials
  • Loading branch information
JoeriSmits committed Dec 17, 2024
1 parent 930b67e commit 57e370f
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 16 deletions.
73 changes: 71 additions & 2 deletions airbyte-integrations/connectors/source-hoorayhr/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: a2e34f7c-7de1-422c-b909-ce12f3e051af
dockerImageTag: 0.0.1
dockerImageTag: 1.0.0
dockerRepository: airbyte/source-hoorayhr
githubIssueLabel: source-hoorayhr
icon: icon.svg
Expand Down
31 changes: 18 additions & 13 deletions docs/integrations/sources/hoorayhr.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
# HoorayHR

Source connector for HoorayHR (https://hoorayhr.io). The connector uses https://api.hoorayhr.io

## Configuration

| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `hoorayhrpassword` | `string` | HoorayHR Password. | |
| `hoorayhrusername` | `string` | HoorayHR Username. | |
Use the credentials of your HoorayHR account to configure the connector. Make sure MFA is disabled. Currently this is a limitation of the HoorayHR API.

| Input | Type | Description | Default Value |
| ------------------ | -------- | ------------------ | ------------- |
| `hoorayhrusername` | `string` | HoorayHR Username. | |
| `hoorayhrpassword` | `string` | HoorayHR Password. | |

## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| sick-leaves | id | No pagination |||
| time-off | id | No pagination |||
| leave-types | id | No pagination |||
| users | id | No pagination |||

| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
| ----------- | ----------- | ------------- | ------------------ | -------------------- |
| sick-leaves | id | No pagination |||
| time-off | id | No pagination |||
| leave-types | id | No pagination |||
| users | id | No pagination |||

## Changelog

<details>
<summary>Expand to review</summary>

| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.0.1 | 2024-12-17 | | Initial release by [@JoeriSmits](https://github.com/JoeriSmits) via Connector Builder |
| Version | Date | Pull Request | Subject |
| ------- | ---------- | ------------ | --------------------------------------------------------------------------------------------------- |
| 1.0.0 | 2024-12-17 | | Added some more documentation and icon for HoorayHR by [@JoeriSmits](https://github.com/JoeriSmits) |
| 0.0.1 | 2024-12-17 | | Initial release by [@JoeriSmits](https://github.com/JoeriSmits) via Connector Builder |

</details>

0 comments on commit 57e370f

Please sign in to comment.