Class: Roistat::Resources::Statistics

Inherits:
Base
  • Object
show all
Defined in:
lib/roistat/resources/statistics.rb,
sig/roistat.rbs

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Roistat::Resources::Base

Instance Method Details

#get_daily(**body) ⇒ Object

POST /project/statistics/get-daily

Parameters:

  • (Object)

Returns:

  • (Object)


5
6
7
# File 'lib/roistat/resources/statistics.rb', line 5

def get_daily(**body)
  client.post("project/statistics/get-daily", body: body)
end