-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added icon.svg for HoorayHR and some documentation regarding cr…
…eating credentials
- Loading branch information
1 parent
930b67e
commit 57e370f
Showing
3 changed files
with
90 additions
and
16 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |