Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
louis70109 authored Mar 28, 2022
1 parent fd142f2 commit 0d4b733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ Return the number of aggregation units used this month.
https://developers.line.biz/en/reference/partner-docs/#get-number-of-units-used-this-month

.. code:: python
usage = line_bot_api.get_number_of_units_used_this_month()
print(usage.num_of_custom_aggregation_units)
Expand All @@ -624,6 +625,7 @@ Return the name list of units used this month for statistics aggregation.
https://developers.line.biz/en/reference/partner-docs/#get-name-list-of-units-used-this-month

.. code:: python
name_list = line_bot_api.get_name_list_of_units_used_this_month()
print(name_list.custom_aggregation_units)
print(name_list.next)
Expand Down

0 comments on commit 0d4b733

Please sign in to comment.