We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Creating a VPC returns nil. I believe it should return at least the id of the newly-created VPC, so you can find it.
nil
id
Snippet to reproduce:
require "droplet_kit" client = DropletKit::Client.new(access_token: "your_token") vpc = DropletKit::VPC.new(name: "example", region: "nyc3") client.vpcs.create(vpc) # => nil
Using droplet_kit-3.8.0
droplet_kit-3.8.0
The text was updated successfully, but these errors were encountered:
@joaomarceloods thank you for letting us know about this issue, above PR is the fix.
Sorry, something went wrong.
No branches or pull requests
Creating a VPC returns
nil
. I believe it should return at least theid
of the newly-created VPC, so you can find it.Snippet to reproduce:
Using
droplet_kit-3.8.0
The text was updated successfully, but these errors were encountered: