Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove create_list tracker endpoint function #239

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

Justintime50
Copy link
Member

@Justintime50 Justintime50 commented Sep 23, 2024

Description

Removes the deprecated create_list tracker endpoint function as it is no longer available via API

Testing

Pull Request Type

Please select the option(s) that are relevant to this PR.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement (fixing a typo, updating readme, renaming a variable name, etc.)

@Justintime50 Justintime50 requested a review from a team September 23, 2024 15:47
// request.
//
// Deprecated: Use the CreateTracker function instead. CreateTrackerList will be removed in a future release.
func (c *Client) CreateTrackerListWithContext(ctx context.Context, param map[string]interface{}) (bool, error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also remove function on line 160 above.

@Justintime50 Justintime50 merged commit 46fb527 into master Sep 23, 2024
11 checks passed
@Justintime50 Justintime50 deleted the remove_create_list branch September 23, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants