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

ArubaCentralBase.command adds apiParams two times #48

Open
GianlucaUlivi opened this issue Dec 16, 2024 · 0 comments
Open

ArubaCentralBase.command adds apiParams two times #48

GianlucaUlivi opened this issue Dec 16, 2024 · 0 comments

Comments

@GianlucaUlivi
Copy link

GianlucaUlivi commented Dec 16, 2024

apiParams are added to the URL two times:
url = get_url(self.central_info["base_url"], apiPath, query=apiParams) (line 616)
resp = self.requestUrl(url=url, data=apiData, method=method, headers=headers, params=apiParams, files=files,) (line 626)

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

No branches or pull requests

1 participant