Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
The @response_handler.setter in plugins/module_utils/rest/rest_send.py has code to check required members manually.
Explore alternatives to this like potentially using ABC instead of a protocol
Original Comment: https://github.com/CiscoDevNet/ansible-nd/pull/185/changes#r2898597385
New or Affected Module(s):
- All modules (infrastructure)
ND version and ND Platform
Collection versions
References
Community Note
Description
The
@response_handler.setterinplugins/module_utils/rest/rest_send.pyhas code to check required members manually.Explore alternatives to this like potentially using ABC instead of a protocol
Original Comment: https://github.com/CiscoDevNet/ansible-nd/pull/185/changes#r2898597385
New or Affected Module(s):
ND version and ND Platform
Collection versions
References