-
Notifications
You must be signed in to change notification settings - Fork 57
Upgrade/600/ntp #391
base: enhancement/resource_base_class
Are you sure you want to change the base?
Upgrade/600/ntp #391
Conversation
Merge branch 'enhancement/resource_base_class' into Upgrade/600/NTP
| return self.__do_post(uri, {}, timeout, custom_headers) | ||
|
|
||
| def create(self, resource, uri=None, timeout=-1, custom_headers=None, default_values={}): | ||
| def create(self, resource, force=False, uri=None, timeout=-1, custom_headers=None, default_values={}): |
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.
add force args in the comments section as well
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.
Also, i would suggest force to be added in the end of args list as it would not break any existing code.
| @@ -1,4 +1,4 @@ | |||
| # -*- coding: utf-8 -*- | |||
| # -*- ccding: utf-8 -*- | |||
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.
rename it back to coding
|
Changelog.md file is missing and also, select what's applicable for your PR in the checklist while raising a PR. |
madhav-bharadwaj
left a comment
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.
Looks good to me apart from priyanka's comments
Description
[ NTP support for API 500 and 600]
Check List
$ tox).