Method: Bitly::API::Organization#shorten_counts

Defined in:
lib/bitly/api/organization.rb

#shorten_countsBitly::API::ShortenCounts

Shorten counts by organization [‘GET /v4/organizations/organization_guid/shorten_counts`](dev.bitly.com/api-reference/#getOrganizationShortenCounts)

Examples:

shorten_counts = organization.shorten_counts

Returns:



99
100
101
# File 'lib/bitly/api/organization.rb', line 99

def shorten_counts
  ShortenCounts.by_organization(client: @client, organization_guid: guid)
end