Module: BWAPI::Client::Admin::Reseller
- Included in:
- BWAPI::Client::Admin
- Defined in:
- lib/bwapi/client/admin/reseller.rb
Overview
Reseller module for admin/reseller endpoints
Instance Method Summary collapse
-
#reseller_client_mention_usage_report(client_id, opts = {}) ⇒ Object
Requests reseller client usage report.
-
#reseller_mention_usage_report(opts = {}) ⇒ Object
Requests reseller usage report.
Instance Method Details
#reseller_client_mention_usage_report(client_id, opts = {}) ⇒ Object
Requests reseller client usage report
TODO: Add parameters documentation
16 17 18 |
# File 'lib/bwapi/client/admin/reseller.rb', line 16 def reseller_client_mention_usage_report(client_id, opts = {}) get "/admin/reseller/requestMentionUsageReport/#{client_id}", opts end |
#reseller_mention_usage_report(opts = {}) ⇒ Object
Requests reseller usage report
TODO: Add parameters documentation
9 10 11 |
# File 'lib/bwapi/client/admin/reseller.rb', line 9 def reseller_mention_usage_report(opts = {}) get '/admin/reseller/requestMentionUsageReport', opts end |