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

Rewrite query functions to use **kwargs #21

Open
lagerfeuer opened this issue Jan 25, 2020 · 1 comment
Open

Rewrite query functions to use **kwargs #21

lagerfeuer opened this issue Jan 25, 2020 · 1 comment
Labels
enhancement future release will be included in a future release help wanted
Milestone

Comments

@lagerfeuer
Copy link
Owner

lagerfeuer commented Jan 25, 2020

All query functions shall use **kwargs as the single argument, removing the need to specify each field separately and allowing users to pass all supported arguments by the API.

@lagerfeuer lagerfeuer added enhancement future release will be included in a future release labels Jan 25, 2020
@lagerfeuer lagerfeuer added this to the Version 1.0 milestone Jan 25, 2020
@lagerfeuer
Copy link
Owner Author

lagerfeuer commented Jan 25, 2020

This would also remove the need for pull requests like #20, because users can simply use **kwargs.

@lagerfeuer lagerfeuer changed the title Rewrite query functions to use *args Rewrite query functions to use **kwargs Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement future release will be included in a future release help wanted
Projects
None yet
Development

No branches or pull requests

1 participant