Skip to content

Commit 811ef8d

Browse files
committed
add monthly total cost and time in example
1 parent 02cd055 commit 811ef8d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hypernode_api_python/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,8 @@ def get_active_branchers(self, app_name):
636636
Example:
637637
> client.get_active_branchers("yourhypernodeappname").json()
638638
> {
639+
> "monthly_total_time": 6397,
640+
> "monthly_total_cost": 109,
639641
> "branchers": [
640642
> {
641643
> "id": 21,

0 commit comments

Comments
 (0)