Demographics module for admin/demographics endpoints
Demographics
Get the classification of an author by author description
@param opts [Hash] options hash of parameters @option opts [String] description of the author @return [Hash] Classification of an author
# File lib/bwapi/client/admin/demographics.rb, line 11 def classify_author(opts = {}) get 'admin/demographics/classify', opts end