Skip to content

Comments

refactor: Make base classmethods private#142

Merged
tmac1973 merged 2 commits intomainfrom
tmacdonald/GROW-2671/make-base-classmethods-private
Jan 10, 2024
Merged

refactor: Make base classmethods private#142
tmac1973 merged 2 commits intomainfrom
tmacdonald/GROW-2671/make-base-classmethods-private

Conversation

@tmac1973
Copy link
Contributor

@tmac1973 tmac1973 commented Jan 9, 2024

These should have been private. This change fixes this which is required for the auto api doc generator to keep these methods out of the API docs.

Testing:

Ran tests locally, all passed

Issue:

https://lacework.atlassian.net/browse/GROW-2671

These should have been private. This change fixes this
which is required for the auto api doc generator to
keep these methods out of the API docs.

Signed-off-by: Timothy MacDonald <[email protected]>
@tmac1973 tmac1973 requested a review from a team as a code owner January 9, 2024 18:59
Copy link
Contributor

@ipcrm ipcrm left a comment

Choose a reason for hiding this comment

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

Looks good!

What do we need to do here, if anything, about versioning of this project given these were public. If existing code (outside this project) is using BaseEndpoint this is going to cause some things to break, correct?

Marking these as private requires a major version change

Signed-off-by: Timothy MacDonald <[email protected]>
@tmac1973 tmac1973 merged commit 1fdf77e into main Jan 10, 2024
@tmac1973 tmac1973 deleted the tmacdonald/GROW-2671/make-base-classmethods-private branch January 10, 2024 14:49
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