-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
977fe8f
commit 97a1469
Showing
5 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
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,7 +1,19 @@ | ||
# Contributing to Ocean - hibob | ||
|
||
# HiBob Authentication | ||
|
||
For integration to work both locally and in production, you need to obtain [HiBob API Service User Credentials](https://apidocs.hibob.com/reference/authorization) and set up [Permissions](https://apidocs.hibob.com/reference/permissions). It is advised to grant the least permissions possible to the API Service User to mitigate any possible data leaks. | ||
|
||
## Running locally | ||
|
||
#### NOTE: Add your own instructions of how to run hibob | ||
1. Fill in .env file values based .env.example using Port Credentials and HiBob API Service User obtained in `Hibob Authentication` section | ||
2. Run the integration: `make run` | ||
|
||
# API specification | ||
Currently, API endpoints in use are | ||
- Get Employees' Profiles to ingest `kind=profile`: https://apidocs.hibob.com/reference/get_profiles | ||
- Get Company Lists to ingest `kind=list`: https://apidocs.hibob.com/reference/get_company-named-lists | ||
|
||
## Possible next steps | ||
|
||
This could be any gotcha's such as rate limiting, how to setup credentials and so forth | ||
HiBob supports webhooks to update the employees' data in real time: https://apidocs.hibob.com/reference/getting-started-webhooks |
File renamed without changes.
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 |
---|---|---|
|
@@ -174,4 +174,4 @@ | |
} | ||
] | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -125,4 +125,4 @@ | |
"firstName": "Alice" | ||
} | ||
] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.