Open lagerfeuer opened 4 years ago
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.
**kwargs
This would also remove the need for pull requests like #20, because users can simply use **kwargs.
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.