Method: Bitly::API::Client#bsds
- Defined in:
- lib/bitly/api/client.rb
#bsds ⇒ Array<String>
Fetch Branded Short Domains (BSDs). [‘GET /v4/bsds`](dev.bitly.com/api-reference/#getBSDs)
547 548 549 |
# File 'lib/bitly/api/client.rb', line 547 def bsds BSD.list(client: self) end |