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

Problem with method POST #49

Open
4non-master opened this issue May 7, 2023 · 1 comment
Open

Problem with method POST #49

4non-master opened this issue May 7, 2023 · 1 comment

Comments

@4non-master
Copy link

Hi i have problem with sending post

my code:

$bot->proxmox->post("/nodes/".$bot->firstNode."/qemu/$vmid/status/reboot");

but Call to undefined method ProxmoxVE\Proxmox::post()

How i can send post data?

@noxomix
Copy link

noxomix commented Aug 16, 2023

Yea its because its not post() the Method is called create() which creates post request.

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

2 participants