killbill / killbill-client-python

Python client library for Kill Bill
https://killbill.io
8 stars 20 forks source link

Issue in Retrieve Usages #18

Open reshmabidikar opened 1 year ago

reshmabidikar commented 1 year ago

The Retrieve Usage By Subscription Id and Unit Type and Retrive Usage By Subscription Id endpoints require the start_date and end_date as mandatory query parameters. However, the corresponding Python client methods do not accept these parameters. See get_usage and get_all_usage.