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

Address object #4

Merged
merged 4 commits into from
Oct 10, 2024
Merged

Address object #4

merged 4 commits into from
Oct 10, 2024

Conversation

cdot65
Copy link
Owner

@cdot65 cdot65 commented Oct 10, 2024

Checklist for This Pull Request

🚨Please adhere to the guidelines for contributing to this repository.

  • Ensure you are submitting your pull request to a branch dedicated to a specific topic/feature/bugfix. Avoid using the master branch for pull requests.
  • Target your pull request to the main development branch in this repository.
  • Ensure your commit messages follow the project's preferred format.
  • Check that your code additions do not fail any linting checks or unit tests.

Pull Request Description

Provide a detailed description of the changes your pull request introduces.

What does this pull request accomplish?

  • Refactoring

Are there any breaking changes included?

  • Yes
  • No

Is there anything the reviewers should know?

Thank you for your contributions!

Reformatted method parameters to follow PEP 8 guidelines, making the code more readable. Added the `@staticmethod` decorator to `_handle_api_error` for consistency and clarity. This refactor improves code structure and maintainability.
Renamed the APIClient class to Scm across the project for clarity and consistency. Updated all references and imports accordingly to reflect the change. This refactor simplifies the client naming and enhances readability.
Deleted endpoint definitions and refactored directory structure for improved modularity. Renamed and relocated modules from `pan_scm_sdk` to `scm`, enhancing the organization and maintainability of the codebase. Updated import paths accordingly.
Refactor import paths to use simpler naming conventions for `scm` package. Add project metadata in `pyproject.toml` and update release notes for version 0.1.2.
@cdot65 cdot65 merged commit bbaa56e into main Oct 10, 2024
1 check passed
@cdot65 cdot65 deleted the address-object branch October 10, 2024 22:34
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.

1 participant