module BWAPI::Client::Admin::Reseller
Reseller
module for admin/reseller endpoints
Public Instance Methods
reseller_client_mention_usage_report(client_id, opts = {})
click to toggle source
Requests reseller client usage report
TODO: Add parameters documentation
# 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 = {})
click to toggle source
Requests reseller usage report
TODO: Add parameters documentation
# File lib/bwapi/client/admin/reseller.rb, line 9 def reseller_mention_usage_report(opts = {}) get '/admin/reseller/requestMentionUsageReport', opts end