Method: Unsplash::Stats.total
- Defined in:
- lib/unsplash/stats.rb
.total ⇒ Hash
Get a list of statistics regardling Unsplash as a whole.
9 10 11 |
# File 'lib/unsplash/stats.rb', line 9 def total JSON.parse(connection.get("/stats/total").body) end |