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

Add more general method to execute MultiRequests #229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Arakos
Copy link

@Arakos Arakos commented Apr 10, 2024

Infoblox offers the possibility to do MultiRequests with it's API. This is a powerful feature to use.

However, the current go client does not correctly support this API. The parsing of the responses is to restricted as is.

This PR adds a method to execute any type of MultiRequest and parses the result into the least specific structure a response can have.

I'm not sure if this method should be added to the IBObjectManager interface as well or rather not cause it seems to be an underutilized/rudimentarily supported/used feature.

PS: I could need some support to add testcases for this type of request because I could not find any for the existing MultiRequest related method to use as an example to work with.

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