Skip to content
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

fix: exclude internal parameters #482

Merged
merged 4 commits into from
Dec 3, 2021

Conversation

jaulz
Copy link
Contributor

@jaulz jaulz commented Dec 3, 2021

As mentioned in #480 this PR will exclude internal parameters. "Internal parameters" are parameters that are defined in the method signature but are not part of the path (i.e. and thus not needed on the client).

@bakerkretzmar I hope that the code makes my point clearer 😊 please let me know if any changes are needed.

@bakerkretzmar bakerkretzmar linked an issue Dec 3, 2021 that may be closed by this pull request
@bakerkretzmar
Copy link
Collaborator

This is really great, I didn't think it would be that simple to filter these kinds of parameters out. Thanks!

@bakerkretzmar bakerkretzmar merged commit b9663a8 into tighten:main Dec 3, 2021
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.

All bindings exposed even if not in path
2 participants