Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public interface HubspotClientManager
HubspotPagesV3Client getPagesV3Client(PageType pageType);
HubspotFormsClient getFormsClient();
HubspotBlogPostsClient getBlogPostsClient();
HubspotEmailsClient getEmailsClient();
HubspotEmailsV3Client getEmailsV3Client();
HubspotBlogPostsEntityClient getBlogPostsEntityClient();
HubspotBlogTagsClient getBlogTagsClient();
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import com.smartling.connector.hubspot.sdk.HubspotBlogTagsClient;
import com.smartling.connector.hubspot.sdk.HubspotClientManager;
import com.smartling.connector.hubspot.sdk.HubspotDomainClient;
import com.smartling.connector.hubspot.sdk.HubspotEmailsClient;
import com.smartling.connector.hubspot.sdk.HubspotFormsClient;
import com.smartling.connector.hubspot.sdk.HubspotPagesClient;
import com.smartling.connector.hubspot.sdk.rest.token.HubspotTokenProvider;
Expand Down Expand Up @@ -52,12 +51,6 @@ public HubspotBlogPostsClient getBlogPostsClient()
return new HubspotRestBlogPostsClient(configuration, tokenProvider);
}

@Override
public HubspotEmailsClient getEmailsClient()
{
return new HubspotRestEmailsClient(configuration, tokenProvider);
}

@Override
public HubspotEmailsV3Client getEmailsV3Client()
{
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading