-
Notifications
You must be signed in to change notification settings - Fork 12
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
Adding Cloud Backup endpoints. #51
Conversation
src/cloudBackup.js
Outdated
@@ -0,0 +1,54 @@ | |||
const {getQueryStringFromOptions} = require("mongodb-atlas-api-client/src/helper"); |
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 should be const {getQueryStringFromOptions} = require("./helper");
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.
fixed
src/cloudBackup.d.ts
Outdated
} | ||
export type CreateRestoreSnapshotJobResponse = GetClusterResponse; | ||
|
||
export interface Cluster { |
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.
Should this be Cluster of Cloudbackup?
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.
fixed
Thanks for raising the PR. Could you please update following
|
Wrote the readme. I'll check the tests. |
added tests |
Looks good to me. Will merge and publish a new minor version soon. |
Pushed a new minor version. |
Added:
Sorry for any mistake, I'm not JS specialist.