Method: Bitly::API::Organization#shorten_counts
- Defined in:
- lib/bitly/api/organization.rb
#shorten_counts ⇒ Bitly::API::ShortenCounts
Shorten counts by organization [‘GET /v4/organizations/organization_guid/shorten_counts`](dev.bitly.com/api-reference/#getOrganizationShortenCounts)
99 100 101 |
# File 'lib/bitly/api/organization.rb', line 99 def shorten_counts ShortenCounts.by_organization(client: @client, organization_guid: guid) end |