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

Refactoring_api_interactions #71

Conversation

cmeissner
Copy link
Member

As we need interaction with phpipam api not only in modules but also in plugins like lookup and inventory plugins we decided to cut all the common stuff out into a seperate class. This class should provide all methods to interact with the phpipam api in one place.

As we need interaction with phpipam api not only in modules but also in
plugins like lookup and inventory plugins we decided to cut all the
common stuff out into a seperate class.
This class should provide all methods to interact with the phpipam api
in one place.
With this first commit we start to adapt all existing methods from
`phpipam_helper` module in `_phpypam` module. Next we put comments into
the source module to made clear what to achieve with the new class and
its methods.
This commit is non inversive.
@cmeissner cmeissner self-assigned this Jan 6, 2022
@cmeissner cmeissner added this to the v2 milestone Jan 6, 2022
@github-actions
Copy link

github-actions bot commented Sep 5, 2023

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Sep 5, 2023
@cmeissner cmeissner added help wanted Extra attention is needed and removed Stale labels Sep 5, 2023
@cmeissner
Copy link
Member Author

Closed as work is staled. Maybe a new one will be opened anytime.

@cmeissner cmeissner closed this Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cut off phpipam api calls from phpipam_utils.py to make it more plugins available.
1 participant