-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class to sync employees from bamboo hr #98
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## bamboo_sdk_base #98 +/- ##
===================================================
+ Coverage 94.47% 94.88% +0.41%
===================================================
Files 30 29 -1
Lines 1031 958 -73
===================================================
- Hits 974 909 -65
+ Misses 57 49 -8 |
|
|
|
bamboosdk/api/employee.py
Outdated
|
||
GET_EMPLOYEE_REPORT = '/v1/reports/custom?format=JSON&onlyCurrent=false' | ||
|
||
def sync_employees(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this API paginated? added 1 more question to slack, will approve after discussion
bamboosdk/api/employee.py
Outdated
|
||
GET_EMPLOYEE_REPORT = '/v1/reports/custom?format=JSON&onlyCurrent=false' | ||
|
||
def sync_employees(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
call it get_all()
|
|
|
|
|
|
|
* bambbo sdk base api class * minor change * minor changes * comment resolve * resolved comments * added new methods * added 201 status code * class to sync employees from bamboo hr (#98) * class to sync employees from bamboo hr * bug fix * minor changes * comment resolved * minor changes * Bamboo sdk class (#99) * bamboo sdk class * comment resolved * Webhook create and delete API (#108) * webhook api added * indentation fixed * indentaion fixed * minor fix * Fields get API (#109) * Fields get API * added timeoff instead of fields and tested
No description provided.