Sha256: 10489e83555b3986a0f0f5c190241b222ebf56e7b70c494a84bc72c55882be6d
Contents?: true
Size: 461 Bytes
Versions: 33
Compression:
Stored size: 461 Bytes
Contents
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) require File.expand_path('../../lib/discourse_api', __FILE__) client = DiscourseApi::Client.new("http://localhost:3000") client.api_key = "YOUR_API_KEY" client.api_username = "YOUR_USERNAME" # get all dashboard status as json puts client.get_dashboard_stats # get hash of some dashboard total value puts client.get_dashboard_stats_totals # sample output: {"users"=>9, "topics"=>230, "posts"=>441}
Version data entries
33 entries across 33 versions & 1 rubygems