public class Bitly extends Object
| Constructor and Description |
|---|
Bitly(String accessToken)
Constructor that takes an access token.
|
| Modifier and Type | Method and Description |
|---|---|
AppService |
apps()
Returns the app service.
|
BitlinkService |
bitlinks()
Returns the bitlink service.
|
BsdService |
bsds()
Returns the BSD service.
|
CampaignService |
campaigns()
Returns the campgaign service.
|
CampaignChannelService |
channels()
Returns the campgaign channel service.
|
CustomBitlinkService |
customBitlinks()
Returns the custom bitlink service.
|
GroupService |
groups()
Returns the group service.
|
OrganizationService |
organizations()
Returns the organization service.
|
UserService |
users()
Returns the user service.
|
WebhookService |
webhooks()
Returns the webhook service.
|
public Bitly(String accessToken)
accessToken - The access token used to authenticate requestspublic BitlinkService bitlinks()
public CustomBitlinkService customBitlinks()
public GroupService groups()
public OrganizationService organizations()
public CampaignService campaigns()
public CampaignChannelService channels()
public UserService users()
public BsdService bsds()
public WebhookService webhooks()
public AppService apps()
Copyright © 2020. All rights reserved.