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

Remove deprecated methods marked for removal in 4.0 #83

Closed
wants to merge 1 commit into from

Conversation

zromano
Copy link
Contributor

@zromano zromano commented Jan 22, 2024

No description provided.

Copy link
Contributor

Choose a reason for hiding this comment

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

None of the items in here were marked as for removal. What's the purpose of removing them?

Copy link
Contributor

Choose a reason for hiding this comment

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

None of the items in here were marked as for removal. What's the purpose of removing them?

Comment on lines -947 to -949
public UpdateRequest createUpdateRequest(long sheetId, MultiRowEmail email) throws SmartsheetException {
return this.createResource(SHEETS + "/" + sheetId + "/updaterequests", UpdateRequest.class, email);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

This isn't marked as for removal. Why is it being removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't remember anymore on this PR. I'm going to close it as it'd be quicker to just start over 😅

String path = WORKSPACES + "/" + workspaceId + "/copy";
Map<String, Object> parameters = new HashMap<>();

parameters.put("include", QueryUtil.generateCommaSeparatedList(includes));
parameters.put("skipRemap", QueryUtil.generateCommaSeparatedList(skipRemap));
parameters.put("exclude", QueryUtil.generateCommaSeparatedList(excludes));
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this being removed?

@zromano zromano closed this Feb 5, 2025
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