Skip to content

Update RSAPI spec to match actual implementation #155

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

seanmil
Copy link

@seanmil seanmil commented Oct 29, 2022

The implementation of the Resource API for the simple_get_filter feature uses an empty array for the names paramter to signal that all resources should be returned, not nil. Instead of changing the code to match the spec, it probably makes more sense to change the spec to match the implementation.

The implementation of the Resource API for the `simple_get_filter`
feature uses an empty array for the names paramter to signal that
all resources should be returned, not `nil`. Instead of changing
the code to match the spec, it probably makes more sense to
change the spec to match the implementation.
@seanmil
Copy link
Author

seanmil commented Oct 29, 2022

After consideration, I think fixing the documentation/specification makes more sense than fixing the code, but if a code fix is preferred please see: puppetlabs/puppet-resource_api#304

@CLAassistant
Copy link

CLAassistant commented Apr 19, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants