-
Notifications
You must be signed in to change notification settings - Fork 249
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 ability to interact with backups. #605
Conversation
Still could probably use some more tests |
Related: #337 |
public $datastore; | ||
public $updated; | ||
public $instance; | ||
public $instance_id; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be camel case (instanceId
). You can then alias instance_id
like so.
@evanlucas 👍 This is really good, thank you so much for submitting! I've annotated a lot of stuff with some thoughts - if anything's unclear feel to comment on it and I'll elaborate on what I mean |
4adc887
to
90f4561
Compare
Strange, apparently, the API does not accept the description if it is |
Ok, just added a fix to account for the description issue. All other comments should be addressed. :] |
1 similar comment
Add ability to interact with backups.
@evanlucas This is perfect, thanks for all your hard work! 🚀 |
Glad to help out :] |
No description provided.