-
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
Webhook create and delete API #108
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## bamboo_sdk_main #108 +/- ##
================================================
Coverage 94.88% 94.88%
================================================
Files 29 29
Lines 958 958
================================================
Hits 909 909
Misses 49 49 |
bamboosdk/api/webhook.py
Outdated
""" | ||
Post webhook url to bamboohr for employee update or create | ||
Returns: | ||
""" |
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.
indent is off
|
|
|
* Fields get API * added timeoff instead of fields and tested
|
|
* 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
* 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.