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

feat: Add query parameters support for GET method #177

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

alperencelik
Copy link
Contributor

This PR aims to add functionality to support query parameters on GET requests.

@alperencelik
Copy link
Contributor Author

Hey @luthermonson,

I was looking for some GET requests in the Proxmox API that accept optional parameters. As far as I understand, those parameters need to be placed either in headers or in the query URL. I believe this functionality can be moved to the existing GET method, but before moving forward, I would like to get your opinions as well.

Here is an example for a GET method that accepts optional params: https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/tasks

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