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

Rename ApstraClientErr{} -> ClientErr{} #100

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

chrismarget-j
Copy link
Collaborator

@chrismarget-j chrismarget-j commented Aug 21, 2023

Applications which consume this library wind up with code like:

var ace apstra.ApstraClientErr

Well of course it's an apstra client error. It came from the apstra package after all...

This PR is a breaking change which renames the object to eliminate the redundancy.

Closes #91

@chrismarget-j chrismarget-j merged commit 994f043 into main Aug 21, 2023
1 check passed
@chrismarget-j chrismarget-j deleted the task/91-rename-clientErr branch August 21, 2023 22:26
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.

rename ApstraClientErr to ClientErr
2 participants