lagerfeuer / cryptocompare

Python3 Wrapper for the CryptoCompare API
MIT License
181 stars 73 forks source link

Rewrite query functions to use **kwargs #21

Open lagerfeuer opened 4 years ago

lagerfeuer commented 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.

lagerfeuer commented 4 years ago

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